summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-03-25 22:01:43 +0000
committerThomas White <taw@bitwiz.org.uk>2009-09-18 12:52:17 +0100
commitb45df2d171e028e2861a906e8fa7515f40cc3b9f (patch)
tree61173f4a6e617a2e468ab58ef61591fd4069cfff
parent1679b412cf7abdd667e8a06e8826fc61b1cf2af4 (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);