diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/glamo/glamo_context.c | 4 |
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); |