summaryrefslogtreecommitdiff
path: root/src/radeon_glamor.c
AgeCommit message (Expand)Author
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
2012-09-13glamor: Force acceleration for DRI2 copies.Michel Dänzer
2012-07-13Deal more gracefully with DRI2 being unavailable at build or run time.Michel Dänzer
2012-07-10Initial SI support.Michel Dänzer
2012-07-10Initial glamor support.Michel Dänzer