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:
Marek Olšák
2022-08-27 16:36:51 -04:00
committed by Marge Bot
parent fa059811c5
commit 8a44d32e2c
+7
View File
@@ -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" />