Skip to content

glsl: additional interface redeclaration check for SSO programs

Tapani Pälli requested to merge tpalli/mesa:check_iface_redecl into master

Patch adds additional linker check for SSO programs to make sure they are redeclaring built-in blocks as required by the desktop spec.

This fixes following Piglit tests: arb_separate_shader_objects/linker/pervertex-*

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports