summaryrefslogtreecommitdiff
path: root/src/amdgpu_glamor.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-29glamor: Can work at depth >= 15 with current xserver Git masterMichel Dänzer1-1/+7
2018-10-02Fix --disable-glamor buildMichel Dänzer1-0/+4
2018-08-30glamor: Handle ihandle == -1 in amdgpu_glamor_set_shared_pixmap_backingMichel Dänzer1-1/+3
2018-08-16glamor: Check glamor module version for depth 30 supportMichel Dänzer1-0/+8
2018-08-02glamor: Use glamor_egl_create_textured_pixmap_from_gbm_bo when possibleMichel Dänzer1-14/+18
2018-07-11glamor: Bail CreatePixmap on unsupported pixmap depthMichel Dänzer1-0/+3
2018-05-16Replace 'foo == NULL' with '!foo'Michel Dänzer1-1/+1
2018-01-22Fix linear check in amdgpu_glamor_share_pixmap_backingMichel Dänzer1-1/+9
2017-08-31Require xserver >= 1.13Michel Dänzer1-6/+0
2017-06-08Improve AMDGPUPreInitAccel_KMS log messagesMichel Dänzer1-3/+0
2017-05-17Use plain glamor_egl_create_textured_screen().Eric Anholt1-4/+3
2017-03-07glamor: Use glamor_finish when availableMichel Dänzer1-0/+7
2016-09-09Use EventCallback to avoid flushing every time in the FlushCallbackMichel Dänzer1-1/+2
2016-06-16glamor: Fix leak of pixmap private when replacing BOMichel Dänzer1-2/+1
2016-06-15glamor: Make amdgpu_glamor_create_textured_pixmap take amdgpu_buffer*Michel Dänzer1-4/+4
2016-06-14glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIMEMichel Dänzer1-0/+21
2016-06-14Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2Michel Dänzer1-0/+48
2016-06-08glamor: Fix amdgpu_glamor_share_pixmap_backing for priv->bo == NULLMichel Dänzer1-3/+8
2016-03-25Require xserver 1.9 or newerMichel Dänzer1-8/+0
2016-01-28glamor: Return NullPixmap on failure to create shareable pixmapjimqu1-1/+3
2016-01-28Move amdgpu_glamor_destroy_pixmap before amdgpu_glamor_create_pixmapjimqu1-35/+35
2015-11-20glamor: Deal with glamor_egl_destroy_textured_pixmap being removedMichel Dänzer1-0/+18
2015-11-19glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer1-0/+20
2015-10-30Remove info->dri2.drm_fd and info->drmmode->fdMichel Dänzer1-1/+3
2015-08-11glamor: Add amdgpu_glamor_finish to wait for glamor rendering to finishMichel Dänzer1-0/+12
2015-06-15glamor: Remove the stride member of struct radeon_pixmapMichel Dänzer1-8/+5
2015-06-15glamor: Add Option "ShadowPrimary"Michel Dänzer1-10/+52
2015-06-15Factor out amdgpu_bo_get_handle helperMichel Dänzer1-8/+10
2015-06-15glamor: Add wrappers for the X server rendering hooksMichel Dänzer1-1/+3
2015-06-15glamor: Remove unused function radeon_glamor_pixmap_is_offscreenMichel Dänzer1-6/+0
2015-06-08glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmapMichel Dänzer1-13/+7
2015-05-15glamor: Deal with glamor_glyphs_init being removed from xserverMichel Dänzer1-0/+2
2015-04-24glamor: Handle GLAMOR_* flags removed from xserverMichel Dänzer1-7/+3
2015-04-24Move #include "radeon_glamor.h" from amdgpu_drv.h to where it's neededMichel Dänzer1-2/+1
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher1-0/+349