driconf: disable glthread for DeusEx:MD and F1 2015 due to a perf drop
glthread decreases performance for DeusEx:MD by 7.8% and F1 2015 by 5.7%. I think that other Feral games are affected similarly. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18223>
This commit is contained in:
@@ -629,6 +629,13 @@ TODO: document the other workarounds.
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
|
||||
<application name="DeusExMD" executable="DeusExMD">
|
||||
<option name="mesa_glthread" value="false"/>
|
||||
</application>
|
||||
<application name="F1 2015" executable="F12015">
|
||||
<option name="mesa_glthread" value="false"/>
|
||||
</application>
|
||||
|
||||
<!-- Adaptive sync denylist follows below: -->
|
||||
<application name="gnome-shell" executable="gnome-shell">
|
||||
<option name="adaptive_sync" value="false" />
|
||||
|
||||
Reference in New Issue
Block a user