summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-05reconcile main tree with open-source eclairandroid-sdk-tools_r5android-cts-2.1_r5android-cts-2.1_r4android-cts-2.1_r3android-cts-2.1_r2eclairThe Android Open Source Project
2010-01-29reconcile android-2.1_r1 snapshotThe Android Open Source Project
2010-01-12android-2.1_r1 snapshotThe Android Open Source Project
2009-11-12eclair snapshotJean-Baptiste Queru
2009-11-10Add brightnessMode field to light_state_tandroid-sdk-2.1_r1android-sdk-2.0.1_r1android-sdk-2.0.1-docs_r1android-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2android-2.1_r1android-2.0.1_r1eclair-sholes-release2eclair-sholes-releaseeclair-releaseeclair-passion-releaseMike Lockwood
This is to allow the framework to inform the lights HAL of the current lighting mode for the LCD backlight. Change-Id: I665653c4b9097c4dd92bf0aaa5d83953e134a886 Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-11-04Add support for colored jogball (adds hardware flash mode)Eric Olsen
Signed-off-by: Eric Olsen <eolsen@android.com>
2009-11-03Remove obsolete hardware auto-brightness support.Mike Lockwood
Change-Id: Iab4bf538268c166a16b4b80f0a2c6361d63c2e2d Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-11-03Add documentation for proximity and light sensors.Mike Lockwood
Change-Id: I5692e803e33aefbfd79c156fec7700d972140dc4 Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-10-30fix[2222341] Soft reset while going back from camcorder settingsMathias Agopian
add a way to convert a mapped "pushbuffer" buffer to a gralloc handle which then can be safely used by surfaceflinger
2009-10-25Add comment warning to not use hardware based autobrightness support.Mike Lockwood
This is deprecated and will be removed in the next release. Change-Id: I5a5e93b99ae722dfcd0e9cf6415c8af6a71e6eab Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-25Fix a bug that prevents default hw modules to be loaded properly.android-sdk-tools_r4android-sdk-tools_r3android-sdk-2.0_r1android-2.0_r1David 'Digit' Turner
The problem was a simple typo, which prevented modules like /system/lib/hw/lib<module>.default.so from being loaded even if they were found on the system. This is required to fix the generic build when run in the emulator.
2009-09-24fix a bug I introduced recently where the "default" HAL module would not be ↵Mathias Agopian
loaded.
2009-09-21don't loas inapropriate HAL for a device.Mathias Agopian
Once we have determined which HAL to load and checked that the library exists, we should not try to load another (more generic) HAL if a failure occurs, because this could result in different process using different HALs for the same component. Instead we just return an error.
2009-09-17Android side of the fix for [2121211] Sholes has stutter during animationsMathias Agopian
a new method, compostionComplete() is added to the framebuffer hal, it is used by surfaceflinger to signal the driver that the composition is complete, BEFORE it releases its client. This gives a chance to the driver to perfrom the proper synchronization.
2009-09-08OVERLAY_FORMAT_DEFAULT for overlaySnigdha Sinha
Originally from: https://partner.source.android.com/g/#change,922
2009-09-04sensors: whitespace clean upMike Lockwood
Change-Id: I49da2d17dae2f9f958a0ccb205c41a83c123802c Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-29sensors: Add optional close_data_source callMike Lockwood
Change-Id: I591afea509ee055211a4beeaa83b12692e251f67 Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-20libhardware: add a field for reporting light levelsIliyan Malchev
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-08-19Merge changes 21851,21852 into eclairAndroid (Google) Code Review
* changes: split gralloc_priv.h and make sure it is C friendly integrate this change from the generic gralloc
2009-08-19add typedefs to gralloc and hardware.h so it's more C friendlyMathias Agopian
2009-08-18split gralloc_priv.h and make sure it is C friendlyMathias Agopian
2009-08-18integrate this change from the generic grallocMathias Agopian
2009-08-08don't memset ashmem region, especially before they're mmappedMathias Agopian
2009-08-07add support for RGBX_8888Mathias Agopian
2009-08-07make sure to clear surface's buffers when they are allocatedMathias Agopian
2009-07-29Added resizeInput and setAttributes function declarations to overlay halBenny Wong
2009-07-28lights: Header file updates for ALS support codesDan Murphy
These changes adds ALS support to the lighting system Signed-off-by: Dan Murphy <D.Murphy@motorola.com> Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-26reconcile korg/master into goog/masterJean-Baptiste Queru
2009-07-25Merge korg/donut into korg/masterdonut-plus-aospJean-Baptiste Queru
2009-07-20Merge change 7784Android (Google) Code Review
* changes: Remove redundant defines, these were only necessary while changes were being staged to another repo
2009-07-17Merge change 5893Android (Google) Code Review
* changes: Color Format and Overlay Functions
2009-07-17Remove redundant defines, these were only necessary while changes wereRebecca Schultz Zavin
being staged to another repo Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
2009-07-17Color Format and Overlay FunctionsBenny Wong
Add hardware overlay related function declarations and more color format enums
2009-07-17Fix the simulator build.Marco Nelissen
2009-07-16fix [1980202] Surfaceflinger crash with transparent rollo on firestoneMathias Agopian
we now automatically size the pmem region isntead of using hardcoded values
2009-07-15generic gralloc HAL doesn't need to support partial updates using msm7k ↵Mathias Agopian
specific ioctl.
2009-07-13better logsMathias Agopian
2009-07-13automatically detect update-on-demandMathias Agopian
2009-07-08libhardware: add data field for proximity sensorsIliyan Malchev
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-07-07more fixes for [1965730]. We now free (unmap) both ashmem and pmem regions.Mathias Agopian
2009-07-07for [1965730], give a better name to gralloc buffersMathias Agopian
2009-07-07fix [1965730] Device always give force close screen and completely unusable ↵Mathias Agopian
in Éclair build ERC07,rebooted automatically
2009-07-07better fix for gralloc on simMathias Agopian
2009-07-07Merge change 6375Android (Google) Code Review
* changes: Fix build on some linux distros.
2009-07-07fix [1965734] Screen flickers a lot [Sholes]Mathias Agopian
2009-07-07Fix build on some linux distros.Andy McFadden
The place where the PAGE_SIZE value is defined varies, mostly because you're not supposed to be using it directly. sysconf(_SC_PAGE_SIZE) is the approved method, and in fact some Linux distros actually #define PAGE_SIZE to the library call.
2009-07-07Simulator build fixes for the new GL stuff. The simulator still doesn't run, ↵Marco Nelissen
but at least it builds.
2009-07-06workaroud [1964234] emulator renders funny with new gralloc.Mathias Agopian
we detect we're running on the emu (using a very bad heuristic, see 1964251) and switch UPDATE_ON_DEMAND off.
2009-07-06fix [1964228] emulator crash with the new GLMathias Agopian
gralloc didn't keep the error state properly, so after the first pmem allocation failure, it would systematically fail without reverting to ashmem.
2009-07-06Merge commit 'goog/master_gl' into merge_master_glMathias Agopian