glsl: Allow .length() method on vectors and matrices.
[mesa.git] / src / glsl / opt_flip_matrices.cpp
2013-05-12 Kenneth Graunkeglsl: Add a pass to flip matrix/vector multiplies to...