Mesa (staging/20.3): drirc: radeonsi workaround for CS:GO

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 12 23:23:06 UTC 2021


Module: Mesa
Branch: staging/20.3
Commit: aef8fc860c2b77cb5f0f0b69a112acecc8be894a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aef8fc860c2b77cb5f0f0b69a112acecc8be894a

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Fri Jan  8 13:17:42 2021 +0100

drirc: radeonsi workaround for CS:GO

Cherry-picked from 6f2017205e62402b7b2e340620e39cb71730c565

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8411>

---

 src/util/00-mesa-defaults.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index ca38c7da2e1..fd5791f9c86 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -637,6 +637,7 @@ TODO: document the other workarounds.
         </application>
         <application name="Counter-Strike Global Offensive" executable="csgo_linux64">
             <option name="radeonsi_zerovram" value="true" />
+            <option name="radeonsi_clamp_div_by_zero" value="true" />
         </application>
         <application name="Rocket League" executable="RocketLeague">
             <option name="radeonsi_zerovram" value="true" />



More information about the mesa-commit mailing list