Parse radeon, not r200 configuration in radeonCreateContext.

This commit is contained in:
Felix Kuehling 2004-01-24 14:41:24 +00:00
parent 78bb0803cf
commit 83e0cfb8a0
1 changed files with 1 additions and 1 deletions

View 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");