glsl: Generate code for constant binary expressions that combine vector and scalar...
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 11 Jul 2016 18:05:13 +0000 (11:05 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:02 +0000 (16:28 -0700)
commit74e335c7623165e8c4b15609ec34c6c4e952995e
treebe79374e15f3b748da22ea4335284640a4e4211f
parentf81b1c7fa7f5392ea0b950b888db6f023769af52
glsl: Generate code for constant binary expressions that combine vector and scalar operands

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