projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78bb080
)
Parse radeon, not r200 configuration in radeonCreateContext.
author
Felix Kuehling
<fxkuehl@gmx.de>
Sat, 24 Jan 2004 14:41:24 +0000
(14:41 +0000)
committer
Felix Kuehling
<fxkuehl@gmx.de>
Sat, 24 Jan 2004 14:41:24 +0000
(14:41 +0000)
src/mesa/drivers/dri/radeon/radeon_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_context.c
b/src/mesa/drivers/dri/radeon/radeon_context.c
index e61dfcad5db3a31817371536fe482a661a2d9c88..6e9cc5f5d960b8853411ecf7a5d1378ada58046f 100644
(file)
--- 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, "r
200
");
+ screen->driScreen->myNum, "r
adeon
");
rmesa->initialMaxAnisotropy = driQueryOptionf(&rmesa->optionCache,
"def_max_anisotropy");