summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/gralloc_priv.h
Commit message (Expand)AuthorAgeFilesLines
* gralloc: make private_handle_t layout consistent on 32/64-bitGreg Hackmann2014-03-031-1/+1
* AArch64: Calculate private_handle_t's numIntsAshok Bhat2014-02-071-3/+5
* gralloc: fix warningsColin Cross2014-02-051-1/+1
* Log when creating a second buffer mapping in a processJesse Hall2013-03-281-5/+7
* Remove pid check in register/unregisterJesse Hall2013-03-281-5/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* remove unused codeMathias Agopian2009-12-151-11/+0
* remove all references to pmem and simplify the lock/unlock hooksMathias Agopian2009-12-151-18/+4
* split gralloc_priv.h and make sure it is C friendlyMathias Agopian2009-08-181-35/+9
* integrate this change from the generic grallocMathias Agopian2009-08-181-4/+8
* more fixes for [1965730]. We now free (unmap) both ashmem and pmem regions.Mathias Agopian2009-07-071-0/+2
* Fix build on some linux distros.Andy McFadden2009-07-071-1/+5
* Simulator build fixes for the new GL stuff. The simulator still doesn't run, ...Marco Nelissen2009-07-071-3/+1
* copybit now uses a native_handle_t* instead of a fd/offsetMathias Agopian2009-06-241-0/+2
* pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot ...Mathias Agopian2009-06-161-4/+26
* add an offset field to gralloc handles so the framebuffer can work with copybitMathias Agopian2009-06-101-3/+4
* with the new lock/unlock API we don't really mean reference counting on mmap/...Mathias Agopian2009-06-091-99/+6
* better documentation and implementation for lock/unlockMathias Agopian2009-05-051-4/+8
* lock will now return the vaddr of the buffer. map/umap are gone.Mathias Agopian2009-05-041-3/+13
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-0/+209