summaryrefslogtreecommitdiffstats
path: root/modules/gralloc
Commit message (Expand)AuthorAgeFilesLines
* gralloc: Correct stride for maguroPaul Kocialkowski2015-12-152-0/+13
* gralloc: RGB565 framebuffer formatPaul Kocialkowski2015-12-151-1/+36
* Replace/rename old HAL graphics formatsEino-Ville Talvala2015-03-061-1/+1
* Remove ARCH_X86.Elliott Hughes2014-12-041-8/+0
* Merge "gralloc: let target configure page flipping ioctl"David Turner2014-07-042-1/+16
|\
| * gralloc: let target configure page flipping ioctlBernhard Rosenkraenzer2014-06-022-1/+16
* | Merge "gralloc: dont hardcode 32bpp as RGBX"Jesse Hall2014-03-061-1/+1
|\ \ | |/
| * gralloc: dont hardcode 32bpp as RGBXBernhard Rosenkraenzer2014-02-211-1/+1
* | gralloc: make private_handle_t layout consistent on 32/64-bitGreg Hackmann2014-03-031-1/+1
* | Move libhardware of <asm/page.h>.Elliott Hughes2014-02-241-5/+1
|/
* AArch64: Calculate private_handle_t's numIntsAshok Bhat2014-02-071-3/+5
* gralloc: fix warningsColin Cross2014-02-054-11/+11
* hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-241-1/+1
* gralloc: delete unused mutex declarationRom Lemarchand2013-11-261-4/+0
* Merge commit 'c9940a2bfe94dbe2ef3bfe5e8692bf4e3cea5ba0' into HEADThe Android Open Source Project2013-11-221-2/+0
|\
| * get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-261-2/+0
* | gralloc: do not use GNU old-style field designatorssynergy dev2013-11-061-20/+20
|/
* Log when creating a second buffer mapping in a processJesse Hall2013-03-282-5/+47
* Remove pid check in register/unregisterJesse Hall2013-03-282-21/+10
* am 8405fe5a: am 1fbbb08d: Merge "remove seemed useless gralloc_open() call in...Jean-Baptiste Queru2012-06-121-5/+0
|\
| * am 1fbbb08d: Merge "remove seemed useless gralloc_open() call in fb_device_op...Jean-Baptiste Queru2012-06-121-5/+0
| |\
| | * remove seemed useless gralloc_open() call in fb_device_open()suyi Yuan2012-03-151-5/+0
* | | Add RAW_SENSOR to gralloc sampleEino-Ville Talvala2012-05-071-0/+1
|/ /
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-084-7/+7
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-2/+2
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
|/
* Remove workarounds for buggy /dev/fb0 driversJean-Baptiste Queru2011-06-062-29/+0
* am cb4ea7ac: am 7b584867: am cd347fdf: Allow to force 16bpp when 32bpp has pr...Jean-Baptiste Queru2011-04-052-0/+21
|\
| * Allow to force 16bpp when 32bpp has problemsJean-Baptiste Queru2011-03-312-0/+21
* | hardware/libhardware: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-2/+2
|/
* gralloc: Add support for 32-bit framebuffers.David 'Digit' Turner2011-01-171-14/+4
* gralloc: Fix division-by-0 during system emulation.David 'Digit' Turner2011-01-151-1/+5
* Allow disabling page-flipping.Jean-Baptiste Queru2010-10-142-0/+9
* fix [2444483] gralloc size for YUV formatsMathias Agopian2010-02-161-40/+22
* remove unused codeMathias Agopian2009-12-151-11/+0
* remove all references to pmem and simplify the lock/unlock hooksMathias Agopian2009-12-158-637/+45
* Remove call to dump_l.Patrick Scott2009-10-291-5/+0
* split gralloc_priv.h and make sure it is C friendlyMathias Agopian2009-08-184-36/+74
* integrate this change from the generic grallocMathias Agopian2009-08-181-4/+8
* don't memset ashmem region, especially before they're mmappedMathias Agopian2009-08-081-1/+1
* add support for RGBX_8888Mathias Agopian2009-08-071-0/+4
* make sure to clear surface's buffers when they are allocatedMathias Agopian2009-08-071-0/+1
* Fix the simulator build.Marco Nelissen2009-07-171-0/+4
* fix [1980202] Surfaceflinger crash with transparent rollo on firestoneMathias Agopian2009-07-163-15/+46
* generic gralloc HAL doesn't need to support partial updates using msm7k speci...Mathias Agopian2009-07-151-13/+0
* better logsMathias Agopian2009-07-131-2/+2
* automatically detect update-on-demandMathias Agopian2009-07-131-6/+4
* more fixes for [1965730]. We now free (unmap) both ashmem and pmem regions.Mathias Agopian2009-07-073-22/+56
* for [1965730], give a better name to gralloc buffersMathias Agopian2009-07-071-1/+1