Mesa (master): radeonsi/drirc: enable zerovram option for 7 Days to Die

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 27 07:50:28 UTC 2020


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

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Fri May 22 18:38:24 2020 +0200

radeonsi/drirc: enable zerovram option for 7 Days to Die

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

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 1cc98479926..e980efe18e8 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -639,6 +639,13 @@ TODO: document the other workarounds.
         <application name="Kerbal Space Program" executable="KSP.x86_64">
             <option name="radeonsi_no_infinite_interp" value="true" />
         </application>
+        <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/2686 -->
+        <application name="7 Days to Die" executable="7DaysToDie.x86_64">
+            <option name="radeonsi_zerovram" value="true" />
+        </application>
+        <application name="7 Days to Die" executable="7DaysToDie.x86">
+            <option name="radeonsi_zerovram" value="true" />
+        </application>
     </device>
     <device driver="virtio_gpu">
         <!-- Some Valve games do a final blit to a BRGA_sRGB surface. On a GLES



More information about the mesa-commit mailing list