Mesa (master): driconf: whilelist more games for glthread

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 2 14:17:58 UTC 2020


Module: Mesa
Branch: master
Commit: e0aa203fa94a58f12b0ee10ee47ba9c59bbd43f1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0aa203fa94a58f12b0ee10ee47ba9c59bbd43f1

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Wed Apr  1 06:22:03 2020 -0400

driconf: whilelist more games for glthread

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4402>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4402>

---

 src/util/00-mesa-defaults.conf | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 11efbff7ba0..ea9eb0d1965 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -410,6 +410,41 @@ TODO: document the other workarounds.
             <option name="mesa_glthread" value="true"/>
         </application>
 
+        <!-- #Minimum fps 136 ==> 144 -->
+        <application name="Plague Inc Evolved (32-bit)" executable="PlagueIncEvolved.x86">
+            <option name="mesa_glthread" value="true" />
+        </application>
+        <application name="Plague Inc Evolved (64-bit)" executable="PlagueIncEvolved.x86_64">
+            <option name="mesa_glthread" value="true" />
+        </application>
+
+        <!-- 10% fps increase -->
+        <application name="Beholder (32-bit)" executable="Beholder.x86">
+            <option name="mesa_glthread" value="true" />
+        </application>
+        <application name="Beholder (64-bit)" executable="Beholder.x86_64">
+            <option name="mesa_glthread" value="true" />
+        </application>
+
+        <!-- X3 games: 15% avg fps increase while flying in space -->
+        <application name="X3 Reunion" executable="X3R_main">
+            <option name="mesa_glthread" value="true" />
+        </application>
+        <application name="X3 Terran Conflict" executable="X3TR_main">
+            <option name="mesa_glthread" value="true" />
+        </application>
+        <application name="X3 Albion Prelude" executable="X3AP_main">
+            <option name="mesa_glthread" value="true" />
+        </application>
+
+        <!-- +30% avg fps -->
+        <application name="Borderlands: The Pre-Sequel" executable="BorderlandsPreSequel">
+            <option name="mesa_glthread" value="true" />
+        </application>
+        <application name="Transport Fever" executable="TransportFever">
+            <option name="mesa_glthread" value="true" />
+        </application>
+
         <!-- Adaptive sync blacklist follows below: -->
         <application name="gnome-shell" executable="gnome-shell">
             <option name="adaptive_sync" value="false" />



More information about the mesa-commit mailing list