Mesa (main): util: document that workaround also fixes Riptale

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 15 10:45:43 UTC 2021


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Wed Jul 14 16:03:00 2021 +1000

util: document that workaround also fixes Riptale

The games use an idential executable.

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

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 2b0541ea086..c899793ec4a 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -710,7 +710,8 @@ TODO: document the other workarounds.
             <option name="radeonsi_sync_compile" value="true" />
             <option name="radeonsi_zerovram" value="true" />
         </application>
-        <application name="Memoranda" executable="runner" sha1="aa13dec6af63c88f308ebb487693896434a4db56">
+        <!-- Note: The following fix works for both Memoranda and Riptale as they have the same sha -->
+        <application name="Memoranda / Riptale" executable="runner" sha1="aa13dec6af63c88f308ebb487693896434a4db56">
             <option name="radeonsi_sync_compile" value="true" />
         </application>
         <application name="Nuclear Throne" executable="runner" sha1="84814e8db125e889f5d9d4195a0ca72a871ea1fd">



More information about the mesa-commit mailing list