summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/mapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ARCH_X86.Elliott Hughes2014-12-041-8/+0
* gralloc: fix warningsColin Cross2014-02-051-7/+7
* gralloc: delete unused mutex declarationRom Lemarchand2013-11-261-4/+0
* Log when creating a second buffer mapping in a processJesse Hall2013-03-281-0/+40
* Remove pid check in register/unregisterJesse Hall2013-03-281-16/+7
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* remove all references to pmem and simplify the lock/unlock hooksMathias Agopian2009-12-151-142/+29
* better logsMathias Agopian2009-07-131-2/+2
* more fixes for [1965730]. We now free (unmap) both ashmem and pmem regions.Mathias Agopian2009-07-071-1/+35
* Simulator build fixes for the new GL stuff. The simulator still doesn't run, ...Marco Nelissen2009-07-071-0/+9
* pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot ...Mathias Agopian2009-06-161-15/+31
* with the new lock/unlock API we don't really mean reference counting on mmap/...Mathias Agopian2009-06-091-204/+66
* suppress spurious debug logMathias Agopian2009-06-031-3/+3
* better documentation and implementation for lock/unlockMathias Agopian2009-05-051-25/+69
* lock will now return the vaddr of the buffer. map/umap are gone.Mathias Agopian2009-05-041-18/+104
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-0/+231