Mesa (master): radeonsi: enable zerovram for Rocket League

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 8 20:09:30 UTC 2019


Module: Mesa
Branch: master
Commit: 5afbe87d21bcd3081d482b4b2ea0cf5c5507c325
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5afbe87d21bcd3081d482b4b2ea0cf5c5507c325

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>

---

 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