r300CreateContext: Really initialize r300->initialMaxAnisotropy.

This commit is contained in:
Michel Dänzer 2007-02-03 17:23:19 +01:00
parent b59657ad96
commit 0afc2d37c3
1 changed files with 2 additions and 0 deletions

View File

@ -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;