File N_enable_iglx_by_default.patch of Package xorg-x11-server.15942
Git-commit: 1181e737455f3f298a21a9c662e80531f6484e62
Author: Michal Srb <msrb@suse.com>
Subject: [PATCH] Revert "glx: Disable indirect GLX contexts by default."
Patch-mainline: Never
References: bnc#1039042
This reverts commit d0da0e9c3bb8fe0cd4879ecb24d21715bfaa209b.
Indirect GLX was disabled by default by that commit. However, we changing the default behaviour between service packs caused issues to multiple users. Revert to original value for now.
diff --git a/os/utils.c b/os/utils.c
index 1972aa120..4c40d953e 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -183,7 +183,7 @@ Bool noGEExtension = FALSE;
Bool CoreDump;
-Bool enableIndirectGLX = FALSE;
+Bool enableIndirectGLX = TRUE;
#ifdef PANORAMIX
Bool PanoramiXExtensionDisabledHack = FALSE;