radv: disable DCC for Melty Blood Actress Again Current Code
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 4 Jul 2022 14:40:44 +0000 (16:40 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 4 Jul 2022 14:33:14 +0000 (16:33 +0200)
A D3D9 game that uses feedback loops again.

See https://github.com/ValveSoftware/Proton/issues/271

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17356>

src/amd/vulkan/00-radv-defaults.conf

index 9800bff..10ea1af 100644 (file)
@@ -161,5 +161,9 @@ Application bugs worked around in this file:
         <application name="Hammerting" application_name_match="TDTD">
             <option name="radv_zero_vram" value="true" />
         </application>
+
+        <application name="Melty Blood Actress Again Current Code" application_name_match="MBAA.exe">
+            <option name="radv_disable_dcc" value="true" />
+        </application>
     </device>
 </driconf>