compiler conditional anyway; probably broken?
r300->initialMaxAnisotropy = driQueryOptionf(&r300->radeon.optionCache,
"def_max_anisotropy");
- //r300->texmicrotile = GL_TRUE;
-
/* Init default driver functions then plug in our R300-specific functions
* (the texture functions are especially important)
*/
GLvector4f *temp_attrib[_TNL_ATTRIB_MAX];
#endif
- GLboolean texmicrotile;
GLboolean disable_lowimpact_fallback;
};
/* figure out if this texture is suitable for tiling. */
#if 0 /* Disabled for now */
if (texelBytes) {
- if (rmesa->texmicrotile
- && (tObj->Target != GL_TEXTURE_RECTANGLE_NV) &&
+ if ((tObj->Target != GL_TEXTURE_RECTANGLE_NV) &&
/* texrect might be able to use micro tiling too in theory? */
(baseImage->Height > 1)) {