summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/framebuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* gralloc: RGB565 framebuffer formatPaul Kocialkowski2015-12-151-1/+36
* gralloc: let target configure page flipping ioctlBernhard Rosenkraenzer2014-06-021-1/+13
* gralloc: dont hardcode 32bpp as RGBXBernhard Rosenkraenzer2014-02-211-1/+1
* am 1fbbb08d: Merge "remove seemed useless gralloc_open() call in fb_device_op...Jean-Baptiste Queru2012-06-121-5/+0
|\
| * remove seemed useless gralloc_open() call in fb_device_open()suyi Yuan2012-03-151-5/+0
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-2/+2
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
|/
* Remove workarounds for buggy /dev/fb0 driversJean-Baptiste Queru2011-06-061-23/+0
* Allow to force 16bpp when 32bpp has problemsJean-Baptiste Queru2011-03-311-0/+18
* gralloc: Add support for 32-bit framebuffers.David 'Digit' Turner2011-01-171-14/+4
* gralloc: Fix division-by-0 during system emulation.David 'Digit' Turner2011-01-151-1/+5
* Allow disabling page-flipping.Jean-Baptiste Queru2010-10-141-0/+5
* remove all references to pmem and simplify the lock/unlock hooksMathias Agopian2009-12-151-12/+1
* split gralloc_priv.h and make sure it is C friendlyMathias Agopian2009-08-181-0/+1
* generic gralloc HAL doesn't need to support partial updates using msm7k speci...Mathias Agopian2009-07-151-13/+0
* automatically detect update-on-demandMathias Agopian2009-07-131-6/+4
* 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-071-0/+3
* workaroud [1964234] emulator renders funny with new gralloc.Mathias Agopian2009-07-061-0/+10
* with the new lock/unlock API we don't really mean reference counting on mmap/...Mathias Agopian2009-06-091-3/+6
* better documentation for (*setUpdateRect)()Mathias Agopian2009-05-071-0/+5
* 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-041-8/+17
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-0/+356