radv: enable radv_zero_vram for Hammerting

This native Vulkan game is broken, it has TON of Vulkan validation
errors and hangs without RADV_DEBUG=zerovram. Also tested with PRO
and AMDVLK.

The application name is also not really descriptive but the executable
name 'boot.exe' is worst.

https://github.com/ValveSoftware/Proton/issues/4347#issuecomment-1141415515

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16832>
This commit is contained in:
Samuel Pitoiset
2022-06-02 09:03:16 +02:00
committed by Marge Bot
parent eb5f4c2f6b
commit fe9f1d064a
+4
View File
@@ -161,5 +161,9 @@ Application bugs worked around in this file:
<application name="Grid Autosport" application_name_match="GRIDAutosport.exe">
<option name="radv_disable_sinking_load_input_fs" value="true" />
</application>
<application name="Hammerting" application_name_match="TDTD">
<option name="radv_zero_vram" value="true" />
</application>
</device>
</driconf>