driconfig: add a new engine name/version parameter
[mesa.git] / src / mesa / drivers / dri / r200 / r200_context.c
index 4f210bf652266473dac777c4f42c02c4b256fab8..742862d2675b75b9dc2371a22be3868236ba1ffe 100644 (file)
@@ -216,13 +216,13 @@ GLboolean r200CreateContext( gl_api api,
     * the default textures.
     */
    driParseConfigFiles (&rmesa->radeon.optionCache, &screen->optionCache,
-                       screen->driScreen->myNum, "r200", NULL);
+                       screen->driScreen->myNum, "r200", NULL, NULL, 0);
    rmesa->radeon.initialMaxAnisotropy = driQueryOptionf(&rmesa->radeon.optionCache,
                                                        "def_max_anisotropy");
 
    if (driQueryOptionb( &rmesa->radeon.optionCache, "hyperz"))
       rmesa->using_hyperz = GL_TRUE;
+
    /* Init default driver functions then plug in our R200-specific functions
     * (the texture functions are especially important)
     */