summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/gralloc.cpp
Commit message (Expand)AuthorAgeFilesLines
* gralloc: Correct stride for maguroPaul Kocialkowski2015-12-151-0/+9
* Replace/rename old HAL graphics formatsEino-Ville Talvala2015-03-061-1/+1
* gralloc: fix warningsColin Cross2014-02-051-1/+1
* Merge commit 'c9940a2bfe94dbe2ef3bfe5e8692bf4e3cea5ba0' into HEADThe Android Open Source Project2013-11-221-2/+0
|\
| * get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-261-2/+0
* | gralloc: do not use GNU old-style field designatorssynergy dev2013-11-061-20/+20
|/
* Add RAW_SENSOR to gralloc sampleEino-Ville Talvala2012-05-071-0/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* fix [2444483] gralloc size for YUV formatsMathias Agopian2010-02-161-40/+22
* remove all references to pmem and simplify the lock/unlock hooksMathias Agopian2009-12-151-170/+10
* 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-161-3/+16
* more fixes for [1965730]. We now free (unmap) both ashmem and pmem regions.Mathias Agopian2009-07-071-21/+19
* 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
* Simulator build fixes for the new GL stuff. The simulator still doesn't run, ...Marco Nelissen2009-07-071-0/+12
* 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
* 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-161-21/+103
* add an offset field to gralloc handles so the framebuffer can work with copybitMathias Agopian2009-06-101-0/+1
* lock will now return the vaddr of the buffer. map/umap are gone.Mathias Agopian2009-05-041-35/+17
* don't automatically unmap buffers when they're freedMathias Agopian2009-04-141-2/+2
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-0/+320