glsl: Construct gl_PerVertex interfaces for GS and VS outputs.
authorPaul Berry <stereotype441@gmail.com>
Sun, 29 Sep 2013 15:17:12 +0000 (08:17 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 10 Oct 2013 21:27:00 +0000 (14:27 -0700)
commit5a234d92af2467f6a224e2aee966257656e5af80
treeec1f0c5deff23668b31608e87087eefccb9d5105
parentfb41f2c531b1243e6eebfe7b02ac04b0fe66c24e
glsl: Construct gl_PerVertex interfaces for GS and VS outputs.

Although these interfaces can't be accessed directly by GLSL (since
they don't have an instance name), they will be necessary in order to
allow redeclarations of gl_PerVertex.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/builtin_variables.cpp