Mesa (main): driconf: enable glthread for all Unigine benchmarks

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 26 11:34:03 UTC 2021


Module: Mesa
Branch: main
Commit: 9c4d92508d2dc06f16489eea863185aec609aa5d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c4d92508d2dc06f16489eea863185aec609aa5d

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Wed Nov 24 08:15:10 2021 -0500

driconf: enable glthread for all Unigine benchmarks

It helps.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13947>

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index d6629f899f4..04ba3fd554e 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -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" />



More information about the mesa-commit mailing list