Mesa (master): drirc: Enable glthread for rpcs3

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 11 23:50:05 UTC 2020


Module: Mesa
Branch: master
Commit: ad8c5bba0a44774477a1b26523a14e8679521fc3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad8c5bba0a44774477a1b26523a14e8679521fc3

Author: Ani <ani-leo at outlook.com>
Date:   Mon May 11 14:45:47 2020 +0000

drirc: Enable glthread for rpcs3

Closes: #2939

Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4988>

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index acda91f6c78..849b6b169de 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -415,6 +415,9 @@ TODO: document the other workarounds.
         <application name="Yuzu - Nintendo Switch Emulator" executable="yuzu">
             <option name="mesa_glthread" value="true"/>
         </application>
+        <application name="RPCS3" executable="rpcs3">
+            <option name="mesa_glthread" value="true"/>
+        </application>
 
         <application name="From The Depths" executable="From_The_Depths.x86_64">
             <option name="mesa_glthread" value="true"/>



More information about the mesa-commit mailing list