summaryrefslogtreecommitdiffstats
path: root/src/util/00-mesa-defaults.conf
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-04-01 06:22:03 -0400
committerMarek Olšák <[email protected]>2020-04-02 09:55:57 -0400
commite0aa203fa94a58f12b0ee10ee47ba9c59bbd43f1 (patch)
treea4f019344e066da7b0591d0592455abd2c945b3f /src/util/00-mesa-defaults.conf
parentd0f836e5aef29c5887cb5f3d3cba2b1d7d5d78fd (diff)
driconf: whilelist more games for glthread
Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4402> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4402>
Diffstat (limited to 'src/util/00-mesa-defaults.conf')
-rw-r--r--src/util/00-mesa-defaults.conf35
1 files changed, 35 insertions, 0 deletions
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" />