Mesa (staging/21.1): radeonsi/driconf: add workaround for SpaceEngine

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 30 08:10:55 UTC 2021


Module: Mesa
Branch: staging/21.1
Commit: d336bbaeff9274c2fbf5a738c4eb88a944de200a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d336bbaeff9274c2fbf5a738c4eb88a944de200a

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>
(cherry picked from commit a92dcc4966d8193ecacf27870cb8701ce5db8853)

---

 .pick_status.json              | 2 +-
 src/util/00-mesa-defaults.conf | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index d33f27d8e1d..53c7fd6ef8c 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -121,7 +121,7 @@
         "description": "radeonsi/driconf: add workaround for SpaceEngine",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null
     },
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 23bab8e67f7..299b487cc93 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -740,6 +740,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