glsl: Fix block name of built-in gl_PerVertex interface block.
authorPaul Berry <stereotype441@gmail.com>
Sun, 29 Sep 2013 15:08:46 +0000 (08:08 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 10 Oct 2013 21:26:56 +0000 (14:26 -0700)
commitd2e66b953e458b591f86207d8b21253e1a9fbf08
tree606fa407c96daa3aa3de0f27fb254fd01b1024d2
parent192d05f2770797db61d30a06f2e07602575a9791
glsl: Fix block name of built-in gl_PerVertex interface block.

Previously, we erroneously used the name "gl_in" for both the block
name and the instance name.

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