driconf: whilelist more games for glthread

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@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>
This commit is contained in:
Marek Olšák 2020-04-01 06:22:03 -04:00
parent d0f836e5ae
commit e0aa203fa9
1 changed files with 35 additions and 0 deletions

View File

@ -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" />