Module: Mesa Branch: master Commit: ad8c5bba0a44774477a1b26523a14e8679521fc3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad8c5bba0a44774477a1b26523a14e8679521fc3
Author: Ani <[email protected]> Date: Mon May 11 14:45:47 2020 +0000 drirc: Enable glthread for rpcs3 Closes: #2939 Reviewed-by: Timothy Arceri <[email protected]> Reviewed-by: Marek Olšák <[email protected]> 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"/> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
