From f5c50f496ccbecdd79371a31acd6e6233a3a6c4f Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 29 Sep 2022 14:49:34 +0200 Subject: [PATCH] radv: enable the unified heap on APUs for Red Dead Redemption 2 This seems to resolve the memory explosion without hurting performance. This workaround is only applied for native Vulkan. 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 cc19b86..75a9ec9 100644 --- a/src/amd/vulkan/00-radv-defaults.conf +++ b/src/amd/vulkan/00-radv-defaults.conf @@ -132,5 +132,9 @@ Application bugs worked around in this file: + + + -- 2.7.4