mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
dri: enable glthread + radeonsi workaround for CS:GO
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4021 Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8383>
This commit is contained in:
parent
c4427c2b53
commit
6f2017205e
1 changed files with 5 additions and 0 deletions
|
|
@ -479,6 +479,10 @@ TODO: document the other workarounds.
|
||||||
<option name="mesa_glthread" value="true" />
|
<option name="mesa_glthread" value="true" />
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
<application name="Counter-Strike Global Offensive" executable="csgo_linux64">
|
||||||
|
<option name="mesa_glthread" value="true" />
|
||||||
|
</application>
|
||||||
|
|
||||||
<!-- Adaptive sync denylist follows below: -->
|
<!-- Adaptive sync denylist follows below: -->
|
||||||
<application name="gnome-shell" executable="gnome-shell">
|
<application name="gnome-shell" executable="gnome-shell">
|
||||||
<option name="adaptive_sync" value="false" />
|
<option name="adaptive_sync" value="false" />
|
||||||
|
|
@ -644,6 +648,7 @@ TODO: document the other workarounds.
|
||||||
</application>
|
</application>
|
||||||
<application name="Counter-Strike Global Offensive" executable="csgo_linux64">
|
<application name="Counter-Strike Global Offensive" executable="csgo_linux64">
|
||||||
<option name="radeonsi_zerovram" value="true" />
|
<option name="radeonsi_zerovram" value="true" />
|
||||||
|
<option name="radeonsi_clamp_div_by_zero" value="true" />
|
||||||
</application>
|
</application>
|
||||||
<application name="Rocket League" executable="RocketLeague">
|
<application name="Rocket League" executable="RocketLeague">
|
||||||
<option name="radeonsi_zerovram" value="true" />
|
<option name="radeonsi_zerovram" value="true" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue