Skip to content

glsl: add compilation errors for attribute and varying qualifiers

Timothy Arceri requested to merge tarceri/mesa:intel_ci into master

These qualifiers were removed in GLSL 4.20 and GLSL ES 3.00. For desktop GL they are now only allowed if the shader is declared as a compatibility shader.

Merge request reports