radeonsi: set TRUNC_COORD=0 for Total War: WARHAMMER to fix it

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3233

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6810>
This commit is contained in:
Marek Olšák
2020-07-19 08:58:51 -04:00
committed by Marge Bot
parent a1f46d7b69
commit cd12fcff96
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -676,6 +676,10 @@ TODO: document the other workarounds.
<application name="Road Redemption" executable="RoadRedemption.x86_64">
<option name="radeonsi_clamp_div_by_zero" value="true" />
</application>
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/3233 -->
<application name="Total War: WARHAMMER" executable="TotalWarhammer">
<option name="radeonsi_no_trunc_coord" value="true" />
</application>
<application name="Wasteland 2" executable="WL2">
<option name="radeonsi_clamp_div_by_zero" value="true" />
</application>