Blame SOURCES/0001-mustard-Enable-indirect-GLX-by-default.patch

a3e08e
From 81e6a4910daf1d2e13804553182e901c65d7a583 Mon Sep 17 00:00:00 2001
a3e08e
From: Adam Jackson <ajax@redhat.com>
a3e08e
Date: Mon, 20 Feb 2017 13:46:51 -0500
a3e08e
Subject: [PATCH] mustard: Enable indirect GLX by default
a3e08e
a3e08e
Signed-off-by: Adam Jackson <ajax@redhat.com>
a3e08e
---
a3e08e
 os/utils.c | 2 +-
a3e08e
 1 file changed, 1 insertion(+), 1 deletion(-)
a3e08e
a3e08e
diff --git a/os/utils.c b/os/utils.c
a3e08e
index da37588..7ab8540 100644
a3e08e
--- a/os/utils.c
a3e08e
+++ b/os/utils.c
a3e08e
@@ -194,7 +194,7 @@ Bool noGEExtension = FALSE;
a3e08e
 
a3e08e
 Bool CoreDump;
a3e08e
 
a3e08e
-Bool enableIndirectGLX = FALSE;
a3e08e
+Bool enableIndirectGLX = TRUE;
a3e08e
 
a3e08e
 #ifdef PANORAMIX
a3e08e
 Bool PanoramiXExtensionDisabledHack = FALSE;
a3e08e
-- 
a3e08e
2.9.3
a3e08e