Parse radeon, not r200 configuration in radeonCreateContext.
authorFelix Kuehling <fxkuehl@gmx.de>
Sat, 24 Jan 2004 14:41:24 +0000 (14:41 +0000)
committerFelix Kuehling <fxkuehl@gmx.de>
Sat, 24 Jan 2004 14:41:24 +0000 (14:41 +0000)
src/mesa/drivers/dri/radeon/radeon_context.c

index e61dfca..6e9cc5f 100644 (file)
@@ -240,7 +240,7 @@ radeonCreateContext( const __GLcontextModes *glVisual,
     * the default textures.
     */
    driParseConfigFiles (&rmesa->optionCache, &screen->optionCache,
-                       screen->driScreen->myNum, "r200");
+                       screen->driScreen->myNum, "radeon");
    rmesa->initialMaxAnisotropy = driQueryOptionf(&rmesa->optionCache,
                                                  "def_max_anisotropy");