glsl: Rename lower_mat_op_to_vec operands/results to be less hungarian.
authorEric Anholt <eric@anholt.net>
Fri, 24 Jun 2011 21:19:57 +0000 (14:19 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 29 Jun 2011 22:09:32 +0000 (15:09 -0700)
commit408377aed1dfae30605709fe1a134880a0386aa8
tree223176c4a214beb9b266a6faaca83bb4522dfd25
parenta47fd5c27de2b2d61776faa524f9b7ab1c915cde
glsl: Rename lower_mat_op_to_vec operands/results to be less hungarian.

This awkward typing was to avoid shadowing the function argument (the
matrix) with the temporary deref (the column) before the
get_column()/get_element()s were moved into the expression/assignment
constructors.  They're about to become not-variables, so the current
names had to go.  This change is almost mechanical (other than
column_expr), so it should make the next diff clearer.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/lower_mat_op_to_vec.cpp