From b45df2d171e028e2861a906e8fa7515f40cc3b9f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 25 Mar 2009 22:01:43 +0000 Subject: Comment out config call which was segfaulting --- src/mesa/drivers/dri/glamo/glamo_context.c | 4 ++-- 1 file 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); -- cgit v1.2.3