From 3350957f3cf7c9c883e49a868016b83aeca52c77 Mon Sep 17 00:00:00 2001 From: Danylo Piliaiev Date: Thu, 14 Oct 2021 22:13:00 +0300 Subject: [PATCH] drirc: Apply vk_dont_care_as_load workaround to Forsaken Remastered Game has one renderpass which loads attachment with DONT_CARE, does nothing, and writes it back. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5437 Signed-off-by: Danylo Piliaiev Reviewed-by: Rob Clark Reviewed-by: Emma Anholt Part-of: --- src/util/00-mesa-defaults.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index f320952712c..9926836c1bf 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -690,6 +690,11 @@ TODO: document the other workarounds. + + + +