mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 01:40:14 +01:00
Revert "i965: Disable texture tiling by default."
This reverts commit b8e638d489.
Now that the known hangs and misrendering issues are fixed, I'm ready to
start encouraging it by default again.
This commit is contained in:
parent
ceb8afcca5
commit
a962c07cc3
1 changed files with 5 additions and 1 deletions
|
|
@ -69,7 +69,11 @@ PUBLIC const char __driConfigOptions[] =
|
|||
DRI_CONF_DESC_END
|
||||
DRI_CONF_OPT_END
|
||||
|
||||
DRI_CONF_TEXTURE_TILING(false)
|
||||
#ifdef I915
|
||||
DRI_CONF_TEXTURE_TILING(false)
|
||||
#else
|
||||
DRI_CONF_TEXTURE_TILING(true)
|
||||
#endif
|
||||
|
||||
DRI_CONF_OPT_BEGIN(early_z, bool, false)
|
||||
DRI_CONF_DESC(en, "Enable early Z in classic mode (unstable, 945-only).")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue