Skip to content

glsl/nir/linker: shader_storage_blocks_write_access fixes

Pierre-Eric Pelloux-Prayer requested to merge pepp/mesa:nir_linker_ssbo_fix into main

The first commit fixes the SPIR-V related failure.

The second commit fixes the mask computation: it was incorrect when multiple shader stages use different SSBOs.

Merge request reports