summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/allocator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove all references to pmem and simplify the lock/unlock hooksMathias Agopian2009-12-151-165/+0
| | | | | | | | | | this gralloc module is only used on the emulator or without a h/w renderer. therefore there is no synchronization to do in lock/unlock and pmem buffers are not relevant. hopefully this will remove some of the confusion about how gralloc should be implemented and make it more obvious that this implementation is not intended to be used by h/w renderers.
* Remove call to dump_l.Patrick Scott2009-10-291-5/+0
| | | | | This fail to compile without NDEBUG and the following log statement does something similar.
* fix [1980202] Surfaceflinger crash with transparent rollo on firestoneMathias Agopian2009-07-161-6/+22
| | | | we now automatically size the pmem region isntead of using hardcoded values
* pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot ↵Mathias Agopian2009-06-161-0/+154
more address space than needed.