mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
util: disable glthread in CSGO
Users have reported a rise in trust factor problems [1] since using mesa builds containing6f2017205e. Until we confirm its not a problem disable glthread. [1] https://github.com/ValveSoftware/csgo-osx-linux/issues/2630 Fixes:6f2017205e("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> (cherry picked from commit40c93e2f45)
This commit is contained in:
parent
d6c5525526
commit
be5cc7cdd9
2 changed files with 1 additions and 2 deletions
|
|
@ -364,7 +364,7 @@
|
|||
"description": "util: disable glthread in CSGO",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": "6f2017205e62402b7b2e340620e39cb71730c565"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue