Mesa (main): radeonsi/driconf: add workaround for SpaceEngine

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 29 22:07:41 UTC 2021


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

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Mon Jun 28 18:09:02 2021 +0200

radeonsi/driconf: add workaround for SpaceEngine

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4483
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11625>

---

 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 1d23b6e1ac3..ec76b2a5d51 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -749,6 +749,9 @@ TODO: document the other workarounds.
             <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/3714 -->
             <option name="radeonsi_clamp_div_by_zero" value="true" />
         </application>
+        <application name="SpaceEngine" executable="SpaceEngine.exe">
+            <option name="force_gl_vendor" value="X.Org" />
+        </application>
     </device>
     <device driver="i965">
         <application name="Middle Earth: Shadow of Mordor" executable="ShadowOfMordor">



More information about the mesa-commit mailing list