summaryrefslogtreecommitdiff
path: root/src/radeon_glamor.c
AgeCommit message (Expand)Author
2019-03-08Revert "glamor: Avoid glamor_create_pixmap for pixmaps backing windows"Michel Dänzer
2019-01-28glamor: Avoid glamor_create_pixmap for pixmaps backing windowsMichel Dänzer
2018-12-28glamor: Can work at depth >= 15 with current xserver Git masterMichel Dänzer
2018-08-29glamor: Handle ihandle == -1 in radeon_glamor_set_shared_pixmap_backingMichel Dänzer
2018-07-27glamor: Use glamor_egl_create_textured_pixmap_from_gbm_bo when possibleMichel Dänzer
2018-07-12Replace 'foo == NULL' with '!foo'Michel Dänzer
2018-07-09glamor: Use GBM for BO allocation when possibleMichel Dänzer
2018-07-09Add struct radeon_bufferMichel Dänzer
2018-07-09glamor: Don't store radeon_surfaces in pixmapsMichel Dänzer
2018-05-22glamor: Bail CreatePixmap on unsupported pixmap depthMichel Dänzer
2018-02-15If glamor is too old for depth 30, fall back to EXA or ShadowFBMichel Dänzer
2017-08-30Require xserver >= 1.13Michel Dänzer
2017-06-30Use pRADEONEnt->fd exclusively for the DRM file descriptorMichel Dänzer
2017-05-17Use plain glamor_egl_create_textured_screen().Eric Anholt
2016-11-22Enable glamor by default with >= R600 and Xorg >= 1.18.3Michel Dänzer
2016-09-21glamor: Fix leak of pixmap private when replacing BOMichel Dänzer
2016-09-14glamor: Reallocate linear pixmap BO if necessary for DRI2 PRIMEMichel Dänzer
2016-09-14Move DRI2's local fixup_glamor helper to radeon_glamor_set_pixmap_boMichel Dänzer
2016-09-12glamor: Fix radeon_glamor_share_pixmap_backing for priv->bo == NULLMichel Dänzer
2016-03-24Require xserver 1.9 or newerMichel Dänzer
2016-02-17glamor: Return NullPixmap on failure to create shareable pixmapjimqu
2016-02-17Move radeon_glamor_destroy_pixmap before radeon_glamor_create_pixmapjimqu
2015-11-17glamor: Deal with glamor_egl_destroy_textured_pixmap being removedMichel Dänzer
2015-11-17glamor: Restore all ScreenRec hooks during CloseScreenMichel Dänzer
2015-05-15glamor: Deal with glamor_glyphs_init being removed from xserverMichel Dänzer
2015-04-27Don't call radeon_get_pixmap_private() when using EXAMichel Dänzer
2015-04-03glamor: Remove the stride member of struct radeon_pixmapMichel Dänzer
2015-04-03glamor: Add Option "ShadowPrimary" v2Michel Dänzer
2015-04-03glamor: Add radeon_pixmap parameter to radeon_glamor_create_textured_pixmapMichel Dänzer
2015-04-03glamor: Remove unused function radeon_glamor_pixmap_is_offscreenMichel Dänzer
2015-03-30glamor: Handle GLAMOR_* flags removed from xserverMichel Dänzer
2015-03-17Handle tiling in radeon_set_shared_pixmap_backingDavid Heidelberger
2015-03-17Fold radeon_glamor_flush into radeon_cs_flush_indirectMichel Dänzer
2015-03-17Move #include "radeon_glamor.h" from radeon.h to where it's neededMichel Dänzer
2014-08-20Revert "glamor: Set environment variable RADEON_THREAD=0"Michel Dänzer
2014-07-30glamor: Set environment variable RADEON_THREAD=0Michel Dänzer
2014-05-15Don't disable acceleration on >= SI on attempts to force EXAMichel Dänzer
2014-04-14glamor: Fix test for creating shared pixmapsMichel Dänzer
2014-03-13Build against glamor in the xserver tree if availableMichel Dänzer
2014-03-11Allow enabling glamor on R500 (and R300) class 3D engines as well.Michel Dänzer
2014-01-22Don't require the glamoregl module to be pre-loaded with xserver >= 1.15Michel Dänzer
2013-09-30radeon: use glamor Xv support if present.Dave Airlie
2013-08-22radeon: disallow glamor on pre-R600 asicsAlex Deucher
2013-04-26glamor: Fix build against xserver < 1.13Michel Dänzer
2013-03-27glamor: Only enable for depth >= 24Michel Dänzer
2013-03-25glamor: Enable by default on SIMichel Dänzer
2013-03-22glamor: Initial PRIME pixmap sharing hooks.Michel Dänzer
2013-03-18glamor: Bail if the glamoregl module wasn't loaded earlyMichel Dänzer
2013-01-11Make CRTC shadow pixmaps usable by glamor.Michel Dänzer
2012-12-27glamor: Enable full 2D acceleration for SI as well.Michel Dänzer