Skip to content

glsl: Verify usage of fragment interlock functions

Caio Oliveira requested to merge cmarcelo/mesa:r/glsl-interlock into master

Make the same checks as barrier(), then check for the order and uniqueness of the functions.

After this MR all the compilation tests of ARB_fragment_shader_interlock should pass.

Merge request reports