Use glsl_type::row_type and glsl_type::column type in arithmetic_result_type
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Mar 2010 20:06:58 +0000 (13:06 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Mar 2010 20:06:58 +0000 (13:06 -0700)
commitc1bd3a1a61364d8450629a935b4611184eb99654
tree1b6a41b03eb7a955540d6f772fb1812d3af28e6e
parent80b5ed6e63481237f5e0355b6b096d43a9332fb2
Use glsl_type::row_type and glsl_type::column type in arithmetic_result_type

This substantially clarifies the code for matching matrix types.  It
also eliminates some uses of glsl_type member data.
ast_to_hir.cpp