remove accidentally commited printf for tiling support
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_context.c
index 4229d5cb5e55da7932209f4aaab7f63c878ad36d..4765445a3b5beffee80f030422d1404caf94f334 100644 (file)
@@ -255,6 +255,9 @@ radeonCreateContext( const __GLcontextModes *glVisual,
         rmesa->using_hyperz = GL_TRUE;
    }
 
+   if ( sPriv->drmMinor >= 15 )
+      rmesa->texmicrotile = GL_TRUE;
+
    /* Init default driver functions then plug in our Radeon-specific functions
     * (the texture functions are especially important)
     */