From fe9f1d064af05464e5a31c74ea0d063b8c20611d Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 2 Jun 2022 09:03:16 +0200 Subject: [PATCH] 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 Reviewed-by: Bas Nieuwenhuizen Part-of: --- src/amd/vulkan/00-radv-defaults.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/amd/vulkan/00-radv-defaults.conf b/src/amd/vulkan/00-radv-defaults.conf index fa9f3e62dd7..2587e950711 100644 --- a/src/amd/vulkan/00-radv-defaults.conf +++ b/src/amd/vulkan/00-radv-defaults.conf @@ -161,5 +161,9 @@ Application bugs worked around in this file: + + +