summaryrefslogtreecommitdiff
path: root/src/radeon_glamor.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2014-03-13 16:40:19 +0900
committerMichel Dänzer <michel@daenzer.net>2014-03-13 17:39:56 +0900
commitbdc412044f6ced056cd57320d1b2ee0d967c2191 (patch)
tree535161d80eb46ccbdca4e023bc2f1196ee14a392 /src/radeon_glamor.c
parent921a153f9964ca452e1241f76c7f7d653f42ceaf (diff)
Build against glamor in the xserver tree if available
Diffstat (limited to 'src/radeon_glamor.c')
-rw-r--r--src/radeon_glamor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_glamor.c b/src/radeon_glamor.c
index a354c781..7f1247c9 100644
--- a/src/radeon_glamor.c
+++ b/src/radeon_glamor.c
@@ -323,6 +323,9 @@ radeon_glamor_init(ScreenPtr screen)
ScrnInfoPtr scrn = xf86ScreenToScrn(screen);
if (!glamor_init(screen, GLAMOR_INVERTED_Y_AXIS | GLAMOR_USE_EGL_SCREEN |
+#ifdef GLAMOR_NO_DRI3
+ GLAMOR_NO_DRI3 |
+#endif
GLAMOR_USE_SCREEN | GLAMOR_USE_PICTURE_SCREEN)) {
xf86DrvMsg(scrn->scrnIndex, X_ERROR,
"Failed to initialize glamor.\n");