Allow dereference of vectors and matrices with []
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 5 Apr 2010 20:16:00 +0000 (13:16 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 5 Apr 2010 20:16:00 +0000 (13:16 -0700)
commit63038e18ad44e4e021da9a6dbe7a075e57ff6415
tree35cf4f57ee3799dfd66e3e6e98505bf399dce4dd
parentb2deb19dc30eb12bff228149221a005d1971343e
Allow dereference of vectors and matrices with []

This causes the following tests to pass:
     glslparsertest/glsl2/matrix-11.vert
     glslparsertest/glsl2/matrix-12.vert
     glslparsertest/shaders/CorrectParse2.vert
     glslparsertest/shaders/CorrectSwizzle2.frag
ast_to_hir.cpp