commit | cf80a4d177225345c2238d8e545f8ae02b41da71 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Mon Jul 05 23:19:56 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Tue Jul 06 16:03:33 2010 -0700 |
tree | 10fa63f5c3b9116062b0a7a7ea68f23c28f86804 | |
parent | 37b3f9d0edb55807f822c02292348e20a8369c43 [diff] |
ir_constant_expression: Add support for matrix multiplication. Also handles matrix/vector and vector/matrix multiplication. Fixes piglit tests const-matrix-multiply-01.frag, const-matrix-multiply-02.frag, and const-vec-mat.frag.