diff options
author | Timothy Arceri <[email protected]> | 2017-09-19 12:14:12 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-09-21 11:56:21 +1000 |
commit | a40b3d5a3c6bbaec03bd6978c2e174d22998b0ed (patch) | |
tree | 46f965f6abe3458a9e950252aef0a66afcb19c5f /src/compiler/Makefile.sources | |
parent | e7424b2d737dd88bfb8fc09c192483ad058aefee (diff) |
glsl: merge loop_controls.cpp with loop_unroll.cpp
Having this separate just makes the code harder to follow, and
requires an extra walk of the IR.
Reviewed-by: Thomas Helland <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 0153df2d812..0e9a84e87cb 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -80,7 +80,6 @@ LIBGLSL_FILES = \ glsl/list.h \ glsl/loop_analysis.cpp \ glsl/loop_analysis.h \ - glsl/loop_controls.cpp \ glsl/loop_unroll.cpp \ glsl/lower_blend_equation_advanced.cpp \ glsl/lower_buffer_access.cpp \ |