i965: Disable texture tiling by default.

I haven't fixed all the regressions yet, and it'll be easy to re-enable when
the known problems are fixed.
This commit is contained in:
Eric Anholt 2009-06-23 19:31:43 -07:00
parent b72dea5441
commit b8e638d489
1 changed files with 1 additions and 5 deletions

View File

@ -69,11 +69,7 @@ PUBLIC const char __driConfigOptions[] =
DRI_CONF_DESC_END
DRI_CONF_OPT_END
#ifdef I915
DRI_CONF_TEXTURE_TILING(false)
#else
DRI_CONF_TEXTURE_TILING(true)
#endif
DRI_CONF_TEXTURE_TILING(false)
DRI_CONF_OPT_BEGIN(early_z, bool, false)
DRI_CONF_DESC(en, "Enable early Z in classic mode (unstable, 945-only).")