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