summaryrefslogtreecommitdiff
path: root/src/amdgpu_bo_helper.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-27glamor: Avoid generating GEM flink names for BOs shared via DRI3 (v2)Michel Dänzer1-3/+37
2016-02-24Add amdgpu_pixmap_get_handle helperMichel Dänzer1-0/+10
2016-01-21Move memset() after variable declarationsTom St Denis1-2/+2
2015-10-30Remove info->dri2.drm_fd and info->drmmode->fdMichel Dänzer1-3/+2
2015-07-16Adapt to the interface change of amdgpu_bo_alloc v3Jammy Zhou1-4/+1
2015-06-15Add AMDGPU_CREATE_PIXMAP_GTT flagMichel Dänzer1-2/+4
2015-06-15Factor out amdgpu_bo_get_handle helperMichel Dänzer1-0/+11
2015-06-15glamor: Add wrappers for the X server rendering hooksMichel Dänzer1-3/+0
2015-06-08amdgpu_set_shared_pixmap_backing: Add support for GBM / glamor v2Michel Dänzer1-23/+79
2015-05-29Check GBM_BO_USE_LINEAR correctly v2Jammy Zhou1-1/+1
2015-05-18extend conditional group GBM_BO_USE_LINEAR over both usagesBrian Paterni1-1/+1
2015-05-12Disable tiling for PRIME shared pixmapJammy Zhou1-1/+1
2015-05-12Use gbm_bo_get_fd to get DMA_BUF fdJammy Zhou1-1/+5
2015-04-24Fix build when gbm.h doesn't define GBM_BO_USE_LINEARMichel Dänzer1-0/+2
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher1-0/+326