OSDN Git Service

gralloc_pipe_drm: add storage_sample_count parameter into is_format_supported
[android-x86/external-drm_gralloc.git] / gralloc_drm.h
2017-09-09 Chih-Wei HuangAvoid duplicated macro definition
2017-08-23 Tomasz Figadrm_gralloc: Enable allocation of flexible YUV420 buffers
2017-07-27 Chih-Wei HuangSync GRALLOC_MODULE_PERFORM_GET_DRM_FD definition with...
2016-03-17 Rob HerringAdd gralloc_drm_get_prime_fd function
2015-11-13 Chih-Wei HuangMerge remote-tracking branch 'x86/lollipop-x86' into...
2015-10-09 Chih-Wei HuangRevert "gralloc: Remove localized hw specific pixel...
2015-10-09 Sean Pauldrm_gralloc: Add drm_gralloc actions to gralloc_drm.h
2015-04-19 Chih-Wei HuangMerge remote-tracking branch 'x86/kitkat-x86' into...
2015-01-22 Emil Velikovall: Cleanup duplicated macros.
2013-09-24 Chih-Wei Huangget rid of HAL pixelformats 5551 and 4444
2013-05-13 Tapani Pälligralloc: provide methods for hwc to change handle of...
2013-05-09 Matthew K GumbelMerge "gralloc: check possible crtcs of plane against...
2013-05-09 Andrew P BoieMerge "gralloc: Remove localized hw specific pixel...
2013-05-03 Tapani Pälligralloc: cleanup, use ALIGN macro
2013-05-01 Sean V Kelleygralloc: Remove localized hw specific pixel format
2013-04-15 Tapani Pälligralloc: plane support
2013-04-11 Chih-Wei Huanggralloc_drm: fix building errors with latest mesa
2013-02-04 Andrew P BoieMerge "gralloc_drm_bo_lock: add special usage for GRALL...
2013-01-21 Tapani Pälligralloc: set supported planes for buffers on allocation
2013-01-21 Tapani Pälligralloc: implement yuv offset query as hw specific...
2013-01-15 Tapani Pälligralloc: new function to query the gem handle of buffer...
2013-01-11 Andrew P BoieMerge "split gralloc.$(TARGET_PRODUCT)"
2012-12-14 Tapani Pälligralloc: add NV12 format enum and fb allocation support...
2012-10-12 Tapani Pälligralloc: add refcount to gralloc_drm_bo_t
2011-10-27 Chia-I Wuadd support for YUV formats honeycomb-x86
2011-07-31 Chia-I Wurevise gralloc_drm bo interface
2011-07-31 Chia-I Wuadd more functions to gralloc_drm kms interface
2011-07-29 Chia-I Wumap a bo only when it is locked for CPU access
2011-07-29 Chia-I Wuclose bo on unregister()
2011-06-12 Chia-I Wuinitial commit