Mesa (main): Revert "util: disable glthread in CSGO"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 27 05:39:09 UTC 2021


Module: Mesa
Branch: main
Commit: 82bd970a0cf4c8a7ab0338cd69b23aa6e9647777
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=82bd970a0cf4c8a7ab0338cd69b23aa6e9647777

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Mon May 24 12:38:07 2021 +1000

Revert "util: disable glthread in CSGO"

This reverts commit 40c93e2f455d788cc920f395b899e70f730cf5a3.

The trust factor issue has now been resolved [1]

[1] https://github.com/ValveSoftware/csgo-osx-linux/issues/2630

Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10948>

---

 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 77b2d9a47c0..a6786f0b2f1 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -674,6 +674,7 @@ 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>



More information about the mesa-commit mailing list