Skip to content
Snippets Groups Projects
Commit 6f201720 authored by Pierre-Eric Pelloux-Prayer's avatar Pierre-Eric Pelloux-Prayer Committed by Marge Bot
Browse files

dri: enable glthread + radeonsi workaround for CS:GO

Closes: mesa/mesa#4021


Reviewed-by: default avatarZoltán Böszörményi <zboszor@gmail.com>
Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
Part-of: <mesa/mesa!8383>
parent c4427c2b
No related branches found
No related tags found
No related merge requests found
......@@ -479,6 +479,10 @@ TODO: document the other workarounds.
<option name="mesa_glthread" value="true" />
</application>
<application name="Counter-Strike Global Offensive" executable="csgo_linux64">
<option name="mesa_glthread" value="true" />
</application>
<!-- Adaptive sync denylist follows below: -->
<application name="gnome-shell" executable="gnome-shell">
<option name="adaptive_sync" value="false" />
......@@ -644,6 +648,7 @@ TODO: document the other workarounds.
</application>
<application name="Counter-Strike Global Offensive" executable="csgo_linux64">
<option name="radeonsi_zerovram" value="true" />
<option name="radeonsi_clamp_div_by_zero" value="true" />
</application>
<application name="Rocket League" executable="RocketLeague">
<option name="radeonsi_zerovram" value="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment