mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
Parse radeon, not r200 configuration in radeonCreateContext.
This commit is contained in:
parent
78bb0803cf
commit
83e0cfb8a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue