summaryrefslogtreecommitdiff
path: root/src/amdgpu_dri3.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-30dri3: Always flush glamor before sharing pixmap storage with clientsMichel Dänzer1-21/+5
2019-01-11dri3: Flush if necessary in dri3_fd_from_pixmapMichel Dänzer1-2/+29
2018-07-25glamor: Set AMDGPU_CREATE_PIXMAP_DRI2 for DRI3 pixmapsMichel Dänzer1-0/+1
2016-12-19Use render node for DRI3 if availableJammy Zhou1-3/+34
2016-04-13dri3: Return NULL from amdgpu_dri3_pixmap_from_fd if calloc fails.Tom St Denis1-2/+7
2016-04-04glamor: Force GPU rendering to/from pixmaps created via DRI3Michel Dänzer1-1/+5
2016-03-30DRI3: Refuse to open DRM file descriptor for ssh clientsMichel Dänzer1-1/+38
2016-03-25Revert "Use render node for DRI3 if available"Michel Dänzer1-34/+3
2016-02-27glamor: Avoid generating GEM flink names for BOs shared via DRI3 (v2)Michel Dänzer1-0/+10
2015-11-20Use render node for DRI3 if availableJammy Zhou1-3/+34
2015-11-04Move scrn/info declaration inside USE_GLAMOR in amdgpu_dri3_fd_from_pixmapMichel Dänzer1-3/+3
2015-10-30Remove info->dri2.drm_fd and info->drmmode->fdMichel Dänzer1-1/+2
2015-06-15glamor: Add Option "ShadowPrimary"Michel Dänzer1-1/+2
2015-06-08Add DRI3 supportMichel Dänzer1-0/+196