OSDN Git Service

pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot more...
authorMathias Agopian <mathias@google.com>
Thu, 11 Jun 2009 23:32:05 +0000 (16:32 -0700)
committerMathias Agopian <mathias@google.com>
Wed, 17 Jun 2009 01:16:38 +0000 (18:16 -0700)
commit8c4ab1fa14cc13c324bde91c0271f9ab5f4663d3
tree3a93d2ec951d828172d5d949b8704207b5257bfa
parent72c8508db9c3895a34437a3e780b90ec43a920a2
pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot more address space than needed.
hardware.c
modules/gralloc/Android.mk
modules/gralloc/allocator.cpp [new file with mode: 0644]
modules/gralloc/allocator.h [new file with mode: 0644]
modules/gralloc/gralloc.cpp
modules/gralloc/gralloc_priv.h
modules/gralloc/mapper.cpp