diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2021-04-30 16:05:23 +1000 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2021-05-03 05:40:19 +0000 |
commit | 40c93e2f455d788cc920f395b899e70f730cf5a3 (patch) | |
tree | 6d83ae70364cc970d2501dde424ac46e983256f7 | |
parent | 080b05e29e1f04f22a776057631f4061cf7c1824 (diff) |
util: disable glthread in CSGO
Users have reported a rise in trust factor problems [1] since using
mesa builds containing 6f2017205e62. Until we confirm its not a problem
disable glthread.
[1] https://github.com/ValveSoftware/csgo-osx-linux/issues/2630
Fixes: 6f2017205e62 ("dri: enable glthread + radeonsi workaround for CS:GO")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4710
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10540>
-rw-r--r-- | src/util/00-mesa-defaults.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 2b6511f0ffb..7e48cff109d 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -669,7 +669,6 @@ TODO: document the other workarounds. <option name="radeonsi_zerovram" value="true" /> </application> <application name="Counter-Strike Global Offensive" executable="csgo_linux64"> - <option name="mesa_glthread" value="true" /> <option name="radeonsi_zerovram" value="true" /> <option name="radeonsi_clamp_div_by_zero" value="true" /> </application> |