glsl: Generate code for constant ir_binop_vector_extract expressions
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 Jul 2016 19:52:45 +0000 (12:52 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:02 +0000 (16:28 -0700)
commit9f1d7c52354d7ffbd58467bb4a91b9c9ffd31785
tree75141d7678ed0c1f5fcc3277d8c4f9df7263770b
parentd8dd49419aebf025fece1a2342dd880e7504c2e5
glsl: Generate code for constant ir_binop_vector_extract 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