Mesa (staging/19.2): radeonsi: enable zerovram for Rocket League

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 10 22:25:04 UTC 2019


Module: Mesa
Branch: staging/19.2
Commit: 47bc45ba1a0c36f1c1306cd5dc1b26d6ba22b321
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=47bc45ba1a0c36f1c1306cd5dc1b26d6ba22b321

Author: Clément Guérin <libcg at protonmail.com>
Date:   Fri Oct  4 20:05:09 2019 -0700

radeonsi: enable zerovram for Rocket League

Fixes corruption on game startup.

Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1888

Cc: 19.1 19.2 <mesa-stable at lists.freedesktop.org>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
(cherry picked from commit 5afbe87d21bcd3081d482b4b2ea0cf5c5507c325)

---

 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 4f307a399e7..0af33ed35aa 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -504,6 +504,9 @@ TODO: document the other workarounds.
         <application name="No Mans Sky" executable="NMS.exe">
             <option name="radeonsi_zerovram" value="true" />
         </application>
+        <application name="Rocket League" executable="RocketLeague">
+            <option name="radeonsi_zerovram" value="true" />
+        </application>
         <application name="Civilization 6" executable="Civ6">
             <option name="radeonsi_enable_nir" value="true"/>
         </application>




More information about the mesa-commit mailing list