glsl2: Eliminate tokens for square matrix short names
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 13 Aug 2010 16:26:01 +0000 (09:26 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 13 Aug 2010 16:29:39 +0000 (09:29 -0700)
commit5b9f3db71996a1296c7da8501dd3b159bfe8c2b2
treeebc77070a698921eb376a5c903bc8e5538eb90bd
parent3a3cdb909da5b02edf921fcb5a009dfc2868d23d
glsl2: Eliminate tokens for square matrix short names

MAT2 and MAT2X2, for example, are treated identically by the parser.
The language version based error checking (becuase mat2x2 is not
available in GLSL 1.10) is already done in the lexer.
src/glsl/glsl_lexer.lpp
src/glsl/glsl_parser.ypp