summaryrefslogtreecommitdiff
path: root/src/amdgpu_bo_helper.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-16Replace 'foo == NULL' with '!foo'Michel Dänzer1-6/+4
2018-02-14Add 30bit RGB color format supportHawking Zhang1-0/+2
2017-08-31Require xserver >= 1.13Michel Dänzer1-10/+2
2017-08-29Create amdgpu_pixmap_clear helperMichel Dänzer1-0/+20
2016-06-16Use amdgpu_set_pixmap_bo in amdgpu_set_shared_pixmap_backingMichel Dänzer1-21/+15
2016-06-16Propagate failure from amdgpu_set_pixmap_boMichel Dänzer1-3/+6
2016-06-15glamor: Make amdgpu_glamor_create_textured_pixmap take amdgpu_buffer*Michel Dänzer1-1/+1
2016-06-14Add amdgpu_pixmap_get_tiling_infoMichel Dänzer1-1/+32
2016-06-14Remove amdgpu_share_pixmap_backingMichel Dänzer1-15/+0
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