r300: Removed the "texmicrotile" variable; the tiling code is disabled via a
[mesa.git] / src / mesa / drivers / dri / r300 / r300_texstate.c
index 7bd7cf22e898d9a998b5e10419b195828e639c2c..49231d415f52becd399b48f6d8b891d5241bb041 100644 (file)
@@ -221,8 +221,7 @@ static void r300SetTexImages(r300ContextPtr rmesa,
        /* 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)) {