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