glsl: Fix linker bug in cross_validate_globals()
authorChad Versace <chad.versace@intel.com>
Wed, 17 Nov 2010 22:34:38 +0000 (14:34 -0800)
committerChad Versace <chad.versace@intel.com>
Thu, 2 Dec 2010 04:40:07 +0000 (20:40 -0800)
commit7528f143dfb77e3e0486006676e990964392aebf
treec17b6cdc1707f7276a621498d2f68f44e8ccb164
parent4c7001462607e6e99e474d6271dd481d3f8f201c
glsl: Fix linker bug in cross_validate_globals()

Cause linking to fail if a global has mismatching invariant qualifiers.

See https://bugs.freedesktop.org/show_bug.cgi?id=30261
src/glsl/linker.cpp