glx: Disable indirect GLX contexts by default.

Almost every situation of someone running indirect GLX is a mistake
that results in X Server crashes.  Indirect GLX is the cause of
regular security vulnerabilities, and rarely provides any capability
to the user.  Just disable it unless someone wants to enable it for
their special use case (using +iglx on the command line).

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by:  Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Eric Anholt 2014-09-04 10:59:40 -07:00 committed by Keith Packard
parent bf338efc67
commit d0da0e9c3b
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ Bool noGEExtension = FALSE;
Bool CoreDump;
Bool enableIndirectGLX = TRUE;
Bool enableIndirectGLX = FALSE;
#ifdef PANORAMIX
Bool PanoramiXExtensionDisabledHack = FALSE;