summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-03-25 22:01:43 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-18 15:39:21 +0100
commitd3ee7612fd533232d0a776695e540c8a15b38ab4 (patch)
tree18c884fb0ce66d65a0e8532c782f5137b01a2e2b
parentc52b15688c71ccb04e75ff2d351cb7db424d0688 (diff)
Comment out config call which was segfaulting
-rw-r--r--src/mesa/drivers/dri/glamo/glamo_context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/glamo/glamo_context.c b/src/mesa/drivers/dri/glamo/glamo_context.c
index 5c97f8b510..d4ea7f376b 100644
--- a/src/mesa/drivers/dri/glamo/glamo_context.c
+++ b/src/mesa/drivers/dri/glamo/glamo_context.c
@@ -74,8 +74,8 @@ GLboolean glamoCreateContext(const __GLcontextModes *glVisual,
context->driFd = sPriv->fd;
/* Parse configuration files */
- driParseConfigFiles(&context->optionCache, &glamoScreen->optionCache,
- glamoScreen->driScreen->myNum, "glamo");
+// driParseConfigFiles(&context->optionCache, &glamoScreen->optionCache,
+// glamoScreen->driScreen->myNum, "glamo");
/* Initialize the software rasterizer and helper modules. */
_swrast_CreateContext(ctx);