summaryrefslogtreecommitdiff
path: root/src/amdgpu_glamor.c
AgeCommit message (Expand)AuthorFilesLines
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