Module: Mesa
Branch: staging/23.1
Commit: ddf78b2469fbc09045e67410d739003dd13dcdda
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddf78b2469fbc09045e67410d739003dd13dcdda

Author: Timothy Arceri <[email protected]>
Date:   Tue Aug 29 12:53:15 2023 +1000

util: add radeonsi workaround for Nowhere Patrol

Cc: mesa-stable

Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24919>
(cherry picked from commit ddac37a8b3bc9e199887dfd9ead2ccadefa34e55)

---

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

diff --git a/.pick_status.json b/.pick_status.json
index 20bc25a9a2b..1f1286c6360 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -3154,7 +3154,7 @@
         "description": "util: add radeonsi workaround for Nowhere Patrol",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null
     },
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 02f5a45277a..8b1c27942d7 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -926,6 +926,9 @@ TODO: document the other workarounds.
         <application name="Exanima" executable="Exanima.exe">
             <option name="radeonsi_zerovram" value="true"/>
         </application>
+        <application name="Nowhere Patrol" executable="NowherePatrol.exe">
+            <option name="radeonsi_zerovram" value="true" />
+        </application>
         <application name="Rocket League" executable="RocketLeague">
             <option name="radeonsi_zerovram" value="true" />
         </application>

Reply via email to