glsl: Pull enum ir_expression_operation out to its own file
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 15 Apr 2015 23:43:20 +0000 (16:43 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 17 Aug 2016 12:48:25 +0000 (13:48 +0100)
commit607ab6d3bf7e5d32d57d79b508351bcea13f1740
treee68b4a3e247984f8aee93cddfeca311d740445ef
parentde71bc9eb6ebade3c48a42fef5d05023889fb2f8
glsl: Pull enum ir_expression_operation out to its own file

No change except to the copyright symbol.  The next patch will generate
this file with Python, and Unicode + Python = pure rage.

v2: Massive rebase... I guess a lot can change in a year.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/compiler/Makefile.sources
src/compiler/glsl/ir.h
src/compiler/glsl/ir_expression_operation.h [new file with mode: 0644]