Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_hardware_libhardware
/
ce0c253ae7be831ff2160094e7316c3e948e74e4
/
modules
/
gralloc
/
gralloc_priv.h
f5811ba
gralloc: make private_handle_t layout consistent on 32/64-bit
by Greg Hackmann
· 11 years ago
d2be74a
AArch64: Calculate private_handle_t's numInts
by Ashok Bhat
· 12 years ago
febaaa9
gralloc: fix warnings
by Colin Cross
· 12 years ago
0d8f81a
Log when creating a second buffer mapping in a process
by Jesse Hall
· 12 years ago
c71b6ca
Remove pid check in register/unregister
by Jesse Hall
· 12 years ago
60d056b
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
ee4e57e
remove unused code
by Mathias Agopian
· 16 years ago
f96b206
remove all references to pmem and simplify the lock/unlock hooks
by Mathias Agopian
· 16 years ago
fc05413
split gralloc_priv.h and make sure it is C friendly
by Mathias Agopian
· 16 years ago
876b4e8
integrate this change from the generic gralloc
by Mathias Agopian
· 16 years ago
bd80b38
more fixes for [1965730]. We now free (unmap) both ashmem and pmem regions.
by Mathias Agopian
· 16 years ago
f841069
Fix build on some linux distros.
by Andy McFadden
· 16 years ago
a4b587c
Simulator build fixes for the new GL stuff. The simulator still doesn't run, but at least it builds.
by Marco Nelissen
· 16 years ago
689fa73
copybit now uses a native_handle_t* instead of a fd/offset
by Mathias Agopian
· 16 years ago
8c4ab1f
pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot more address space than needed.
by Mathias Agopian
· 16 years ago
72c8508
add an offset field to gralloc handles so the framebuffer can work with copybit
by Mathias Agopian
· 16 years ago
5115665
with the new lock/unlock API we don't really mean reference counting on mmap/munmap because we're guaranteed to map the buffers only once within a process.
by Mathias Agopian
· 16 years ago
485e698
better documentation and implementation for lock/unlock
by Mathias Agopian
· 16 years ago
988b8bd
lock will now return the vaddr of the buffer. map/umap are gone.
by Mathias Agopian
· 16 years ago
a8a7516
Integrate from //sandbox/mathias/donut/...@145728
by Mathias Agopian
· 16 years ago