summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2022-11-22 18:59:14 +0200
committerMarge Bot <emma+marge@anholt.net>2022-11-23 10:03:04 +0000
commit64e74b4277c46a1772a516b292e1b90a0d381d7b (patch)
tree5869f6559c6e6894ca0cf68d540870c6c175402b
parent4301f1d8926cfaa184f6507df65eb509e28eceea (diff)
driconf: disable glthread for FINAL FANTASY XI
Enabling 'glthread' here causes textures to be missing/invisible. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7562 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19935>
-rw-r--r--src/util/00-mesa-defaults.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index e454a8d9c0f..2641a42dcc3 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -409,6 +409,12 @@ TODO: document the other workarounds.
<option name="force_compat_shaders" value="true" />
</application>
+ <application name="FINAL FANTASY XI" executable="pol.exe">
+ <!-- Causes invisible textures. -->
+ <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/7562 -->
+ <option name="mesa_glthread" value="false"/>
+ </application>
+
<!-- The GL thread allowlist is below, workarounds are above.
Keep it that way. -->