mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 04:00:32 +01:00
driconf: enable glthread for all Unigine benchmarks
It helps. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13947>
This commit is contained in:
parent
add883bf9b
commit
9c4d92508d
1 changed files with 22 additions and 0 deletions
|
|
@ -542,6 +542,28 @@ TODO: document the other workarounds.
|
|||
<option name="mesa_glthread" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Unigine Sanctuary" executable="Sanctuary">
|
||||
<option name="mesa_glthread" value="true" />
|
||||
</application>
|
||||
<application name="Unigine Tropics" executable="Tropics">
|
||||
<option name="mesa_glthread" value="true" />
|
||||
</application>
|
||||
<application name="Unigine Heaven (32-bit)" executable="heaven_x86">
|
||||
<option name="mesa_glthread" value="true" />
|
||||
</application>
|
||||
<application name="Unigine Heaven (64-bit)" executable="heaven_x64">
|
||||
<option name="mesa_glthread" value="true" />
|
||||
</application>
|
||||
<application name="Unigine Valley (32-bit)" executable="valley_x86">
|
||||
<option name="mesa_glthread" value="true" />
|
||||
</application>
|
||||
<application name="Unigine Valley (64-bit)" executable="valley_x64">
|
||||
<option name="mesa_glthread" value="true" />
|
||||
</application>
|
||||
<application name="Unigine Superposition" executable="superposition">
|
||||
<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