Skip to content

r600/dri-tweak: Disable ARB_shader_image_load_store for "Tomb Raider 2013"

Gert Wollny requested to merge gerddie/mesa:r600-add-shader-image-tweak into main

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: #6857

Merge request reports