ARB prog parser: Fix handling of stateOptModMatNum
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 1 Sep 2009 18:10:05 +0000 (11:10 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 1 Sep 2009 18:11:31 +0000 (11:11 -0700)
commit847bc5c852214a344b6b39c619d182cb1058ecbc
treec78b150d8972e0d49ff48d9377ea5a4a821f4608
parentb3f4b56a3b7f979c631358caefed635c6ec56453
ARB prog parser: Fix handling of stateOptModMatNum

The optional array index should clearly be enclosed in square
brackets.  This helps the oglconform test vp_binding.c get a bit
farther, but it still fails.
src/mesa/shader/program_parse.tab.c
src/mesa/shader/program_parse.y