summaryrefslogtreecommitdiff
path: root/gralloc_drm.h
AgeCommit message (Expand)Author
2015-09-22drm_gralloc: Enable allocation of flexible YUV420 buffersTomasz Figa
2015-05-30drm_gralloc: Use render nodeSean Paul
2015-05-30drm_gralloc: Add drm_gralloc actions to gralloc_drm.hSean Paul
2015-05-30drm_gralloc: Remove kms functionalitySean Paul
2015-05-30drm_gralloc: Remove NV12 formatSean Paul
2013-09-25get rid of HAL pixelformats 5551 and 4444Chih-Wei Huang
2013-05-13gralloc: provide methods for hwc to change handle of a planeTapani Pälli
2013-05-09Merge "gralloc: Remove localized hw specific pixel format"Andrew P Boie
2013-05-03gralloc: cleanup, use ALIGN macroTapani Pälli
2013-05-01gralloc: Remove localized hw specific pixel formatSean V Kelley
2013-04-15gralloc: plane supportTapani Pälli
2013-04-11gralloc_drm: fix building errors with latest mesaChih-Wei Huang
2013-01-21gralloc: set supported planes for buffers on allocationTapani Pälli
2013-01-21gralloc: implement yuv offset query as hw specific functionTapani Pälli
2013-01-15gralloc: new function to query the gem handle of buffer_handle_tTapani Pälli
2012-12-14gralloc: add NV12 format enum and fb allocation support for itTapani Pälli
2012-10-12gralloc: add refcount to gralloc_drm_bo_tTapani Pälli
2011-10-27add support for YUV formatsChia-I Wu
2011-07-31revise gralloc_drm bo interfaceChia-I Wu
2011-07-31add more functions to gralloc_drm kms interfaceChia-I Wu
2011-07-29map a bo only when it is locked for CPU accessChia-I Wu
2011-07-29close bo on unregister()Chia-I Wu
2011-06-12initial commitChia-I Wu