From: Gert Wollny Date: Sun, 24 Jul 2022 10:45:15 +0000 (+0200) Subject: r600/dri-tweak: Disable ARB_shader_image_load_store for "Tomb Raider 2013" X-Git-Tag: upstream/22.3.5~5664 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1468cd82de4fb2730ff0e93c286b9dd1409715cd;p=platform%2Fupstream%2Fmesa.git 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: --- diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 04047b3..8fd2b36 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -933,6 +933,12 @@ TODO: document the other workarounds. + + + + +