OSDN Git Service

remove all references to pmem and simplify the lock/unlock hooks
authorMathias Agopian <mathias@google.com>
Tue, 15 Dec 2009 02:27:09 +0000 (18:27 -0800)
committerMathias Agopian <mathias@google.com>
Tue, 15 Dec 2009 23:00:57 +0000 (15:00 -0800)
commitf96b2064d7753af7ab75f05eff9559f401e1a4ad
tree3f94f2204cf1b9f12762e83701a52fb0622358d4
parent058c1fce990a54b1dfdfb511c752b32914d32f6f
remove all references to pmem and simplify the lock/unlock hooks

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.
modules/gralloc/Android.mk
modules/gralloc/allocator.cpp [deleted file]
modules/gralloc/allocator.h [deleted file]
modules/gralloc/framebuffer.cpp
modules/gralloc/gr.h
modules/gralloc/gralloc.cpp
modules/gralloc/gralloc_priv.h
modules/gralloc/mapper.cpp