mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
dri: Restrict glthread for CS:GO to radeonsi
Fixes a ~12% performance regression in iris. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8448>
This commit is contained in:
parent
bfcdc8f174
commit
c62996796c
1 changed files with 1 additions and 4 deletions
|
|
@ -479,10 +479,6 @@ 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" />
|
||||
|
|
@ -647,6 +643,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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue