summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2009-07-17Merge change 5893Android (Google) Code Review
2009-07-17Remove redundant defines, these were only necessary while changes wereRebecca Schultz Zavin
2009-07-17Color Format and Overlay FunctionsBenny Wong
2009-07-17Fix the simulator build.Marco Nelissen
2009-07-16fix [1980202] Surfaceflinger crash with transparent rollo on firestoneMathias Agopian
2009-07-15generic gralloc HAL doesn't need to support partial updates using msm7k speci...Mathias Agopian
2009-07-13better logsMathias Agopian
2009-07-13automatically detect update-on-demandMathias Agopian
2009-07-08libhardware: add data field for proximity sensorsIliyan Malchev
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 i...Mathias Agopian
2009-07-07better fix for gralloc on simMathias Agopian
2009-07-07Merge change 6375Android (Google) Code Review
2009-07-07fix [1965734] Screen flickers a lot [Sholes]Mathias Agopian
2009-07-07Fix build on some linux distros.Andy McFadden
2009-07-07Simulator build fixes for the new GL stuff. The simulator still doesn't run, ...Marco Nelissen
2009-07-06workaroud [1964234] emulator renders funny with new gralloc.Mathias Agopian
2009-07-06fix [1964228] emulator crash with the new GLMathias Agopian
2009-07-06Merge commit 'goog/master_gl' into merge_master_glMathias Agopian
2009-07-02make sure to UNSLAP pmem buffers when they're destroyed/freed, as the client ...Mathias Agopian
2009-06-25add support for YUV formatsMathias Agopian
2009-06-24copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian
2009-06-19fallback to ashmem when pmem is not availlableMathias Agopian
2009-06-16suppress debug logMathias Agopian
2009-06-16pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot ...Mathias Agopian
2009-06-10add an offset field to gralloc handles so the framebuffer can work with copybitMathias Agopian
2009-06-09with the new lock/unlock API we don't really mean reference counting on mmap/...Mathias Agopian
2009-06-05Merge commit 'goog/master' into merge_masterMathias Agopian
2009-06-03suppress spurious debug logMathias Agopian
2009-06-03am 8d567480: Update open_data_source documentation to accurately reflect the ...Bill Napier
2009-06-02Update open_data_source documentation to accurately reflect the correct retur...android-sdk-tools_r2android-sdk-1.6_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r2android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1donut-release2donut-releasedonutBill Napier
2009-05-27Merge commit 'goog/master' into merge_masterMathias Agopian
2009-05-23am 21b652f9: Sensors: Use a native_handle for the data channel instead of a s...Mike Lockwood
2009-05-22Sensors: Use a native_handle for the data channel instead of a single file de...Mike Lockwood
2009-05-22Merge commit 'goog/master' into merge_masterMathias Agopian
2009-05-18am 465cf474: fix [1847499] sensors.h : "roll" documentation is wrongMathias Agopian
2009-05-18fix [1847499] sensors.h : "roll" documentation is wrongMathias Agopian
2009-05-07better documentation for (*setUpdateRect)()Mathias Agopian
2009-05-05better documentation and implementation for lock/unlockMathias Agopian
2009-05-05get rid of unused/needed flagsMathias Agopian
2009-05-04lock will now return the vaddr of the buffer. map/umap are gone.Mathias Agopian