driconf: disable glthread for DeusEx:MD and F1 2015 due to a perf drop
authorMarek Olšák <marek.olsak@amd.com>
Sat, 27 Aug 2022 20:36:51 +0000 (16:36 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 21 Sep 2022 14:54:50 +0000 (14:54 +0000)
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>

src/util/00-mesa-defaults.conf

index c0da184..ac8a05d 100644 (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" />