summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* gralloc: fix warningsColin Cross2014-02-051-2/+2
| | | | | | | Fix LP64 pointer casting warnings, unused parameters, and turn off missing initializer warnings. Change-Id: Idb70f4534282fed64ae81cb1e154d3f5b93091b0
* hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-241-1/+1
| | | | | | | LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
* Remove workarounds for buggy /dev/fb0 driversJean-Baptiste Queru2011-06-061-6/+0
| | | | Change-Id: Ideadd5f39693d05cf29a81d9f87ed804d7e52380
* am cb4ea7ac: am 7b584867: am cd347fdf: Allow to force 16bpp when 32bpp has ↵Jean-Baptiste Queru2011-04-051-0/+3
|\ | | | | | | | | | | | | problems * commit 'cb4ea7ac8af7ac0732f480dc4938e62566bd5550': Allow to force 16bpp when 32bpp has problems
| * Allow to force 16bpp when 32bpp has problemsJean-Baptiste Queru2011-03-311-0/+3
| | | | | | | | | | | | Bug: 4197654 Change-Id: Icf1e8793d6a4d2e070a8f232efd4136d79339496
* | hardware/libhardware: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-2/+2
|/ | | | | Change-Id: I8a0ba7e4c99e334b9789d88b48383439eb7cc780 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Allow disabling page-flipping.Jean-Baptiste Queru2010-10-141-0/+4
| | | | | | | | | | Some devices have low-level bugs in their page-flip. Disabling it at this level gives us more flexibility than trying to control it elsewhere. Bug: 3097357 Change-Id: Icc6ae172264e453bec0680e74a497a2b24299c4a
* remove all references to pmem and simplify the lock/unlock hooksMathias Agopian2009-12-151-1/+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.
* pmem allocator in gralloc. enabled for all surfaces. currently it uses a lot ↵Mathias Agopian2009-06-161-1/+7
| | | | more address space than needed.
* Integrate from //sandbox/mathias/donut/...@145728Mathias Agopian2009-04-101-0/+27
SurfaceFlinger rework for new EGL driver model support.