diff options
author | Felix Kuehling <[email protected]> | 2004-01-24 14:41:24 +0000 |
---|---|---|
committer | Felix Kuehling <[email protected]> | 2004-01-24 14:41:24 +0000 |
commit | 83e0cfb8a0bf3a14b6f495060749251cf94719d9 (patch) | |
tree | d572479732a32828e8b5fbd544f7b428d7062aa4 /src | |
parent | 78bb0803cf722ad5273fc495791eb573bf8b4d21 (diff) |
Parse radeon, not r200 configuration in radeonCreateContext.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_context.c | 2 |
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 e61dfcad5db..6e9cc5f5d96 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"); |