driconf: add zink glthread disable for a game

ref #8333

fixes #8328

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21424>
This commit is contained in:
Mike Blumenkrantz
2023-02-20 11:03:42 -05:00
committed by Marge Bot
parent e375fb0c5c
commit 50a65e2e2b
+7
View File
@@ -960,6 +960,13 @@ TODO: document the other workarounds.
<option name="radeonsi_zerovram" value="true" />
</application>
</device>
<device driver="zink">
<application name="Hyperdimension Neptunia Re;Birth1" executable="NeptuniaReBirth1.exe">
<!-- glthread uploads need too much vram and exceed 32bit VA limit -->
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/8333 -->
<option name="mesa_glthread" value="false"/>
</application>
</device>
<device driver="iris">
<application name="Middle Earth: Shadow of Mordor" executable="ShadowOfMordor">
<option name="vs_position_always_invariant" value="true" />