summaryrefslogtreecommitdiffstats
path: root/gralloc_drm.h
Commit message (Expand)AuthorAgeFilesLines
* Add gralloc_drm_get_prime_fd functionRob Herring2016-03-171-0/+1
* Revert "gralloc: Remove localized hw specific pixel format"Chih-Wei Huang2015-10-101-1/+1
* drm_gralloc: Add drm_gralloc actions to gralloc_drm.hSean Paul2015-10-101-0/+8
* all: Cleanup duplicated macros.Emil Velikov2015-01-221-0/+1
* get rid of HAL pixelformats 5551 and 4444Chih-Wei Huang2013-09-251-2/+0
* gralloc: provide methods for hwc to change handle of a planeTapani Pälli2013-05-131-1/+4
* Merge "gralloc: Remove localized hw specific pixel format"Andrew P Boie2013-05-091-1/+1
|\
| * gralloc: Remove localized hw specific pixel formatSean V Kelley2013-05-011-1/+1
* | gralloc: cleanup, use ALIGN macroTapani Pälli2013-05-031-2/+4
|/
* gralloc: plane supportTapani Pälli2013-04-151-0/+5
* gralloc_drm: fix building errors with latest mesaChih-Wei Huang2013-04-111-0/+7
* gralloc: set supported planes for buffers on allocationTapani Pälli2013-01-211-0/+1
* gralloc: implement yuv offset query as hw specific functionTapani Pälli2013-01-211-0/+1
* gralloc: new function to query the gem handle of buffer_handle_tTapani Pälli2013-01-151-0/+1
* gralloc: add NV12 format enum and fb allocation support for itTapani Pälli2012-12-141-0/+3
* gralloc: add refcount to gralloc_drm_bo_tTapani Pälli2012-10-121-1/+1
* add support for YUV formatsChia-I Wu2011-10-271-0/+38
* revise gralloc_drm bo interfaceChia-I Wu2011-07-311-8/+5
* add more functions to gralloc_drm kms interfaceChia-I Wu2011-07-311-0/+3
* map a bo only when it is locked for CPU accessChia-I Wu2011-07-291-2/+2
* close bo on unregister()Chia-I Wu2011-07-291-1/+8
* initial commitChia-I Wu2011-06-121-0/+84