driconfig: add a new engine name/version parameter
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_context.c
index 57c7079b2f2aac317d0232646fbfe46d07e78bdf..9db0ea6db3ea34d06d48357cc2de58a33da21bf2 100644 (file)
@@ -177,13 +177,13 @@ r100CreateContext( gl_api api,
 
    /* init exp fog table data */
    radeonInitStaticFogData();
-   
+
    /* Parse configuration files.
     * Do this here so that initialMaxAnisotropy is set before we create
     * the default textures.
     */
    driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
-                       screen->driScreen->myNum, "radeon", NULL);
+                       screen->driScreen->myNum, "radeon", NULL, NULL, 0);
    rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
                                                  "def_max_anisotropy");