summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add a helper for dumping layers into the logMathias Agopian2010-08-111-0/+18
* Merge "first stab at hwcomposer HAL and default implementation." into gingerb...Mathias Agopian2010-08-103-0/+144
|\
| * first stab at hwcomposer HAL and default implementation.Mathias Agopian2010-08-093-0/+144
* | fix typo in default overlay halMathias Agopian2010-08-061-1/+1
|/
* don't use undefined constantsMathias Agopian2010-02-161-4/+1
* fix [2444483] gralloc size for YUV formatsMathias Agopian2010-02-161-40/+22
* remove unused codeMathias Agopian2009-12-151-11/+0
* remove all references to pmem and simplify the lock/unlock hooksMathias Agopian2009-12-158-637/+45
* Remove call to dump_l.Patrick Scott2009-10-291-5/+0
* split gralloc_priv.h and make sure it is C friendlyMathias Agopian2009-08-184-36/+74
* integrate this change from the generic grallocMathias Agopian2009-08-181-4/+8
* don't memset ashmem region, especially before they're mmappedMathias Agopian2009-08-081-1/+1
* add support for RGBX_8888Mathias Agopian2009-08-071-0/+4
* make sure to clear surface's buffers when they are allocatedMathias Agopian2009-08-071-0/+1
* Fix the simulator build.Marco Nelissen2009-07-171-0/+4
* fix [1980202] Surfaceflinger crash with transparent rollo on firestoneMathias Agopian2009-07-163-15/+46
* generic gralloc HAL doesn't need to support partial updates using msm7k speci...Mathias Agopian2009-07-151-13/+0
* better logsMathias Agopian2009-07-131-2/+2
* automatically detect update-on-demandMathias Agopian2009-07-131-6/+4
* more fixes for [1965730]. We now free (unmap) both ashmem and pmem regions.Mathias Agopian2009-07-073-22/+56
* for [1965730], give a better name to gralloc buffersMathias Agopian2009-07-071-1/+1
* fix [1965730] Device always give force close screen and completely unusable i...Mathias Agopian2009-07-071-0/+6
* better fix for gralloc on simMathias Agopian2009-07-071-10/+14
* Merge change 6375Android (Google) Code Review2009-07-071-1/+5
|\
| * Fix build on some linux distros.Andy McFadden2009-07-071-1/+5
* | fix [1965734] Screen flickers a lot [Sholes]Mathias Agopian2009-07-071-10/+9
|/
* Simulator build fixes for the new GL stuff. The simulator still doesn't run, ...Marco Nelissen2009-07-074-3/+25
* workaroud [1964234] emulator renders funny with new gralloc.Mathias Agopian2009-07-061-0/+10
* fix [1964228] emulator crash with the new GLMathias Agopian2009-07-061-2/+2
* make sure to UNSLAP pmem buffers when they're destroyed/freed, as the client ...Mathias Agopian2009-07-021-21/+48
* add support for YUV formatsMathias Agopian2009-06-251-18/+38
* copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-241-0/+2
* fallback to ashmem when pmem is not availlableMathias Agopian2009-06-191-2/+17
* suppress debug logMathias Agopian2009-06-161-1/+1
* pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot ...Mathias Agopian2009-06-166-41/+448
* add an offset field to gralloc handles so the framebuffer can work with copybitMathias Agopian2009-06-102-3/+5
* with the new lock/unlock API we don't really mean reference counting on mmap/...Mathias Agopian2009-06-093-306/+78
* suppress spurious debug logMathias Agopian2009-06-031-3/+3
* better documentation for (*setUpdateRect)()Mathias Agopian2009-05-071-0/+5
* better documentation and implementation for lock/unlockMathias Agopian2009-05-052-29/+77
* get rid of unused/needed flagsMathias Agopian2009-05-051-1/+1
* lock will now return the vaddr of the buffer. map/umap are gone.Mathias Agopian2009-05-044-64/+151
* don't automatically unmap buffers when they're freedMathias Agopian2009-04-141-2/+2
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-106-1/+1144
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-0/+373
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-373/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+2
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-8/+6
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-2/+3
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-36/+107