mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
driconf: enable glthread for Minecraft-FTB, Stellaris, Battletech
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14368>
This commit is contained in:
parent
d28677cfd9
commit
13bdd8da5e
1 changed files with 11 additions and 0 deletions
|
|
@ -365,6 +365,9 @@ TODO: document the other workarounds.
|
|||
<application name="Minecraft" executable="minecraft-launcher">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
<application name="Minecraft-FTB" executable="ftb-app">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
|
||||
<application name="Alien Isolation" executable="AlienIsolation">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
|
|
@ -576,6 +579,14 @@ TODO: document the other workarounds.
|
|||
<option name="mesa_glthread" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Stellaris" executable="stellaris">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
|
||||
<application name="Battletech" executable="BattleTech">
|
||||
<option name="mesa_glthread" value="true"/>
|
||||
</application>
|
||||
|
||||
<!-- Adaptive sync denylist follows below: -->
|
||||
<application name="gnome-shell" executable="gnome-shell">
|
||||
<option name="adaptive_sync" value="false" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue