mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
r300CreateContext: Really initialize r300->initialMaxAnisotropy.
This commit is contained in:
parent
b59657ad96
commit
0afc2d37c3
1 changed files with 2 additions and 0 deletions
|
|
@ -200,6 +200,8 @@ GLboolean r300CreateContext(const __GLcontextModes * glVisual,
|
|||
*/
|
||||
driParseConfigFiles(&r300->radeon.optionCache, &screen->optionCache,
|
||||
screen->driScreen->myNum, "r300");
|
||||
r300->initialMaxAnisotropy = driQueryOptionf(&r300->radeon.optionCache,
|
||||
"def_max_anisotropy");
|
||||
|
||||
//r300->texmicrotile = GL_TRUE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue