diff options
author | Ian Romanick <[email protected]> | 2015-04-15 16:43:20 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-08-17 13:48:25 +0100 |
commit | 607ab6d3bf7e5d32d57d79b508351bcea13f1740 (patch) | |
tree | e68b4a3e247984f8aee93cddfeca311d740445ef /src/compiler/Makefile.sources | |
parent | de71bc9eb6ebade3c48a42fef5d05023889fb2f8 (diff) |
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index fcc34019d0d..a2dd2341885 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -39,6 +39,7 @@ LIBGLSL_FILES = \ glsl/ir_equals.cpp \ glsl/ir_expression_flattening.cpp \ glsl/ir_expression_flattening.h \ + glsl/ir_expression_operation.h \ glsl/ir_function_can_inline.cpp \ glsl/ir_function_detect_recursion.cpp \ glsl/ir_function_inlining.h \ |