summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2019-05-06 14:39:44 +1000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2019-05-07 10:47:39 +0000
commit825ca9e42eacd305a63f63c61fbbe6348b0266aa (patch)
tree212f85642e723dbb06758fcdc37d693d083b14f9
parent67f2be0fbf874a219becca21f7c0943bf9fa717c (diff)
radeonsi: add config entry for Counter-Strike Global Offensive
This fixes rendering issues with gun scopes which is rather important. Cc: "19.0" "19.1" <mesa-stable@lists.freedesktop.org> Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100239 (cherry picked from commit 49025292fbbf285d4473d2c20a83b6c533a79d45)
-rw-r--r--src/util/00-mesa-defaults.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index c704a1756ae..6389b796d33 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -468,6 +468,9 @@ TODO: document the other workarounds.
<application name="ARK: Survival Evolved (and unintentionally the UE4 demo template)" executable="ShooterGame">
<option name="radeonsi_clear_db_cache_before_clear" value="true" />
</application>
+ <application name="Counter-Strike Global Offensive" executable="csgo_linux64">
+ <option name="radeonsi_zerovram" value="true" />
+ </application>
<application name="No Mans Sky" executable="NMS.exe">
<option name="radeonsi_zerovram" value="true" />
</application>