glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.
authorEric Anholt <eric@anholt.net>
Thu, 31 Oct 2013 16:32:42 +0000 (09:32 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 15 Nov 2013 19:33:07 +0000 (11:33 -0800)
commit58a98d32e451762934ca8c38135357f36e29654f
tree9318b6555e30e2855ef806d03843fafd4c5836ee
parentee2704826264eba22d095c3e1e03a8532b7bd1e6
glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/glsl/opt_algebraic.cpp