OSDN Git Service

minigbm: amdgpu: Add RGB565 to supported render target formats
[android-x86/external-minigbm.git] / vgem.c
2017-10-03 Gurchetan Singhminigbm: standardize naming of buffer creation flags
2017-09-29 Gurchetan Singhminigbm: pass in buffer creation flags of the right...
2017-09-27 Gurchetan Singhminigbm: add a default (*bo_unmap) implementation
2017-07-10 Tomasz Figaminigbm: Resolve format based on BO usage flags
2017-06-22 Owen Linminigbm: Ensure DRM_FORMAT_YVU420_ANDROID meets Android...
2017-05-24 Gurchetan Singhminigbm: remove BO_USE_RENDERING from certain formats
2017-05-03 Heng-Ruey HsuAdd HAL_PIXEL_FORMAT_BLOB format in cros gralloc
2017-04-04 Gurchetan Singhminigbm: vgem: add more supported formats
2017-03-31 Gurchetan Singhminigbm: add clang-format and presubmit hooks
2017-03-21 Gurchetan Singhvgem: support DRM_FORMAT_YVU420_ANDROID
2017-03-16 Gurchetan Singhminigbm: rework flag API
2017-01-13 Gurchetan Singhminigbm: add bo import callback
2016-12-21 Gurchetan Singhminigbm: consolidate flags
2016-12-09 Gurchetan Singhminigbm: vgem: add a few more supported formats
2016-12-09 Gurchetan Singhminigbm: vgem: align to llvm tile size
2016-12-07 Gurchetan Singhminigbm: rename DRV_BO_USE_* to BO_USE_*
2016-12-07 Gurchetan Singhminigbm: vgem: allow driver creation without planes...
2016-12-01 Gurchetan Singhminigbm: Fix cursor and scanout flags
2016-11-29 Gurchetan Singhminigbm: Switch to <drm_fourcc.h>
2016-10-18 Gurchetan Singhminigbm: add vgem backend