glsl: Disallow 'in' and 'out' on globals in GLSL 1.20
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 8 Jan 2011 00:05:59 +0000 (16:05 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 11 Jan 2011 01:39:16 +0000 (17:39 -0800)
commit469ea695bbbc984ebec26b2413ab70d450a283ca
tree71c817b3307e2a20a9c2c93a9e1e42681fcbd7ae
parenta0c2ec8e2dcf90709dd2e147b06a0a173611b0a1
glsl: Disallow 'in' and 'out' on globals in GLSL 1.20

Fixes piglit tests glsl-1.20/compiler/qualifiers/in-01.vert and
glsl-1.20/compiler/qualifiers/out-01.vert and bugzilla #32910.

NOTE: This is a candidate for the 7.9 and 7.10 branches.  This patch
also depends on the previous two commits.
src/glsl/ast_to_hir.cpp