summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-09-17 13:17:08 -0400
committerRob Clark <[email protected]>2015-09-18 21:07:50 -0400
commite13ed3ffb4d5267e7b79eece448abf1db1438ea1 (patch)
treebc8d6dcb0866c9381b3489e4c18052389d03b092 /src/glsl/Makefile.sources
parente4dfcdcbecee9d11709e85524222d748d0e27112 (diff)
nir: add two-sided-color lowering pass
Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index b539b45e432..1aaa062adea 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -47,6 +47,7 @@ NIR_FILES = \
nir/nir_lower_system_values.c \
nir/nir_lower_tex.c \
nir/nir_lower_to_source_mods.c \
+ nir/nir_lower_two_sided_color.c \
nir/nir_lower_vars_to_ssa.c \
nir/nir_lower_var_copies.c \
nir/nir_lower_vec_to_movs.c \