Fix matrix dimensioning
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Mar 2010 20:19:13 +0000 (13:19 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Mar 2010 20:19:13 +0000 (13:19 -0700)
commit1b4f04124ab1cf1c9df94277f9da69956991d9e8
treeed40351b9636440852b10b08945044ff661bfa24
parentc1bd3a1a61364d8450629a935b4611184eb99654
Fix matrix dimensioning

Newb GL mistake: matrices in GL are column-major.  This means that
vector_elements is the number of rows.  Making these changes causes
matrix-08.glsl to pass.
builtin_types.sh
glsl_types.h
ir.cpp
ir_function.cpp