Mesa (master): radeonsi: enable radeonsi_zerovram for No Mans Sky

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 29 22:06:21 UTC 2018


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

Author: Timothy Arceri <tarceri at itsqueeze.com>
Date:   Fri Aug 24 21:06:19 2018 +1000

radeonsi: enable radeonsi_zerovram for No Mans Sky

Reviewed-by: Marek Olšák <marek.olsak 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 ad59efba50..5d15b3819f 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -322,5 +322,8 @@ TODO: document the other workarounds.
         <application name="ARK: Survival Evolved (and unintentionally the UE4 demo template)" executable="ShooterGame">
             <option name="radeonsi_clear_db_cache_before_clear" value="true" />
         </application>
+        <application name="No Mans Sky" executable="NMS.exe">
+            <option name="radeonsi_zerovram" value="true" />
+        </application>
     </device>
 </driconf>




More information about the mesa-commit mailing list