glsl: Generate code for constant ir_binop_dot expressions
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 Jul 2016 19:30:04 +0000 (12:30 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:02 +0000 (16:28 -0700)
commitda61c94db8bb26bac61565a3c6a3f6a3f5e1eab6
tree909c99effd2189379f4719e9ae72f4ca77d8f7db
parent13106e1041c254a80c7e2df392efea93dcbb215f
glsl: Generate code for constant ir_binop_dot expressions

v2: 'for (a, b) in d' => 'for a, b in d'.  Suggested by Dylan.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
src/compiler/glsl/ir_expression_operation.py