Skip to content

glsl/nir: Use scoped_barrier for control barrier

Alyssa Rosenzweig requested to merge alyssa/mesa:glslnir/scoped-control into main

Rather than control_barrier. This avoids the need to handle control_barrier at all for backends that set use_scoped_barrier. This effectively matches what spirv_to_nir emits, so Vulkan-capable compilers should be ok.

Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com

Merge request reports