OSDN Git Service

gralloc0_register_buffer: initialize gralloc0 when needed
[android-x86/external-minigbm.git] / amdgpu.c
2017-10-27 Alec Thileniusminigbm: amdgpu: Add RGB565 to supported render target...
2017-10-26 Kristian H. Kristensenminigbm: Use more descriptive modifier names
2017-10-24 Shirish Sminigbm: amdgpu: make AMDGPU_GEM_CREATE_CPU_ACCESS_REQU...
2017-10-14 Shirish Sminigbm: amdgpu: make bo's created with SCANOUT flag...
2017-10-03 Gurchetan Singhminigbm: pass in map flags to (*bo_map) callback
2017-10-03 Deepak Sharmaminigbm: amdgpu: Add formats R8, GR88
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-11 Joe KnissPlumb buffer map permissions through gbm.
2017-07-10 Tomasz Figaminigbm: Resolve format based on BO usage flags
2017-06-05 Shirish Sminigbm: amdgpu: enable handling of NV12 & NV21 format
2017-05-24 Gurchetan Singhminigbm: remove BO_USE_RENDERING from certain formats
2017-03-31 Gurchetan Singhminigbm: add clang-format and presubmit hooks
2017-03-31 Gurchetan Singhminigbm: work with strides, not widths
2017-03-16 Gurchetan Singhminigbm: rework flag API
2017-01-19 Akshu Agrawalamdgpu: Send correct flags to AMDGPU_GEM_CREATE
2017-01-13 Gurchetan Singhminigbm: add bo import callback
2017-01-11 Pratik Vishwakarmaminigbm: amdgpu: Add mmap implementation for amdgpu
2016-12-21 Gurchetan Singhminigbm: consolidate flags
2016-12-18 Daniele Castagnaminigbm: Remove (c) from copyright notice.
2016-12-07 Gurchetan Singhminigbm: rename DRV_BO_USE_* to BO_USE_*
2016-12-01 Gurchetan Singhminigbm: Fix cursor and scanout flags
2016-11-29 Gurchetan Singhminigbm: Switch to <drm_fourcc.h>
2016-10-01 Akshu Agrawalminigbm: Add AMDGPU minigbm driver