Module: Mesa
Branch: staging/22.0
Commit: 44ff27acc75f37f5970f6381eafb8aeccc594705
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=44ff27acc75f37f5970f6381eafb8aeccc594705

Author: Samuel Pitoiset <[email protected]>
Date:   Wed May 11 14:49:12 2022 +0200

radv: disable DCC for Senra Kagura Shinovi Versus

To workaround an issue with feedback loops in D3D9 with DCC in GENERAL,
until we can fix it properly with a new extension.

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6469
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Martin Roukala <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16452>
(cherry picked from commit b5b2bcab543c62491d35fc838834625a136fea4c)

---

 .pick_status.json                    | 2 +-
 src/amd/vulkan/00-radv-defaults.conf | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.pick_status.json b/.pick_status.json
index e5606427d97..820b2d404df 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -548,7 +548,7 @@
         "description": "radv: disable DCC for Senra Kagura Shinovi Versus",
         "nominated": true,
         "nomination_type": 0,
-        "resolution": 0,
+        "resolution": 1,
         "because_sha": null
     },
     {
diff --git a/src/amd/vulkan/00-radv-defaults.conf 
b/src/amd/vulkan/00-radv-defaults.conf
index 645b517f313..fa9f3e62dd7 100644
--- a/src/amd/vulkan/00-radv-defaults.conf
+++ b/src/amd/vulkan/00-radv-defaults.conf
@@ -150,6 +150,10 @@ Application bugs worked around in this file:
             <option name="radv_disable_dcc" value="true" />
         </application>
 
+        <application name="Senran Kagura Shinovi Versus" 
application_name_match="SKShinoviVersus.exe">
+            <option name="radv_disable_dcc" value="true" />
+        </application>
+
         <application name="Grid Autosport" 
application_name_match="GRIDAutosport_avx.exe">
             <option name="radv_disable_sinking_load_input_fs" value="true" />
         </application>

Reply via email to