OSDN Git Service

Revert "TEMP HACK: make non-standalone surfaceflinger work"
[android-x86/external-drm_gralloc.git] / gralloc_drm.c
2016-05-02 Mauro Rossigralloc_drm: use pipe as a fallback instead of default
2016-03-17 Rob HerringAdd gralloc_drm_get_prime_fd function
2015-10-06 Rob ClarkWIP: always use gralloc_drm_get_pid()
2015-07-26 Chih-Wei HuangMerge remote-tracking branch 'x86/kitkat-x86' into...
2015-05-11 Chih-Wei HuangMerge remote-tracking branch 'x86/kitkat-x86' into...
2015-04-29 Chih-Wei Huanggralloc_drm: make GRALLOC_USAGE_SW_READ_OFTEN be a...
2015-04-29 Chih-Wei HuangMerge remote-tracking branch 'x86/kitkat-x86' into...
2015-04-19 Chih-Wei HuangMerge remote-tracking branch 'x86/kitkat-x86' into...
2015-01-22 Emil Velikovgralloc_drm: bail out early when we find the driver
2015-01-20 Chih-Wei Huangfix building issues of 64-bit targets
2015-01-16 Rob Clarkfreedreno: completely untested initial support
2015-01-01 Chih-Wei Huanggralloc_drm: improve log android-x86-4.4-r2
2013-06-12 Andy RossFix refcounting of mapped bo's
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-18 Adrian Marius Negreanugralloc_drm_bo_lock: add special usage for GRALLOC_USAG...
2013-01-15 Tapani Pälligralloc: new function to query the gem handle of buffer...
2012-10-12 Tapani Pälligralloc: add refcount to gralloc_drm_bo_t
2012-07-11 Charles JohnsonChange all occurances of LOGE to ALOGE, LOGW to ALOGW...
2011-07-31 Chia-I Wurevise gralloc_drm bo interface
2011-07-30 Chia-I Wuprotect against NULL handle
2011-07-30 Chia-I Wuallow FB to be mapped
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-07-18 Chia-I Wuimprove bo validation a little bit
2011-06-13 Chia-I Wuadd (untested) pipe support
2011-06-13 Chia-I Wuadd nouveau support
2011-06-12 Chia-I Wuinitial commit