glsl: Eliminate one of the templates for simpler operations
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 15 Jul 2016 00:42:59 +0000 (17:42 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Aug 2016 23:28:03 +0000 (16:28 -0700)
commitddb4b53de3ae0638f58fdbcd6cdf8f398a566103
tree5780afaacc4f8821b1bbdd695edc73ab684eff6a
parentee3cdac7857a5c0f30108e1b1963d042f2a5e8e6
glsl: Eliminate one of the templates for simpler operations

The difference between these two templates were mostly an artefact of
the development of the original patch series and to minimize the
differences between the original code and the generated code.

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