glsl: Generate code for constant unary expression that have different implementations...
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 9 Jul 2016 01:40:58 +0000 (18:40 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:01 +0000 (16:28 -0700)
commit598929aee7d9b70ddd7ab22347b43362cffdf3f9
tree45ec24bb9fd3e5694ad3ea3c7e80f837b6f0b3fa
parentaa9f4fc53e8c7bdc6270dce82485d8ddf053a562
glsl: Generate code for constant unary expression that have different implementations for each source type

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