From 1468cd82de4fb2730ff0e93c286b9dd1409715cd Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Sun, 24 Jul 2022 12:45:15 +0200 Subject: [PATCH] r600/dri-tweak: Disable ARB_shader_image_load_store for "Tomb Raider 2013" When "Depth of Field" is set to Ultra, a compute shader is emitted that results in Hardware hangs when OpenGL > 4.3 is available. If the option is enabled, the game will hang at the menu screen so that it is no longer possible to simply change the option back. To avoid this disable the extension for this game until the shader emission can be fixed. Related: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6857 Signed-off-by: Gert Wollny Part-of: --- src/util/00-mesa-defaults.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 04047b330b4..8fd2b366f3e 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -933,6 +933,12 @@ TODO: document the other workarounds. + + + + +