summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Kuehling <fxkuehl@gmx.de>2004-01-24 14:41:24 +0000
committerFelix Kuehling <fxkuehl@gmx.de>2004-01-24 14:41:24 +0000
commit83e0cfb8a0bf3a14b6f495060749251cf94719d9 (patch)
treed572479732a32828e8b5fbd544f7b428d7062aa4
parent78bb0803cf722ad5273fc495791eb573bf8b4d21 (diff)
Parse radeon, not r200 configuration in radeonCreateContext.
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c
index e61dfcad5d..6e9cc5f5d9 100644
--- a/src/mesa/drivers/dri/radeon/radeon_context.c
+++ b/src/mesa/drivers/dri/radeon/radeon_context.c
@@ -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");