Mesa (main): driconf: enable glthread for Basemark GPU

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


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Wed Nov 24 16:40:01 2021 -0500

driconf: enable glthread for Basemark GPU

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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 634e915d643..7e155d3e690 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -568,6 +568,10 @@ TODO: document the other workarounds.
             <option name="mesa_glthread" value="true" />
         </application>
 
+        <application name="Basemark GPU" executable="BasemarkGPU_gl">
+            <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