nir: add lowering stage for user-clip-planes / clipdist
[mesa.git] / src / glsl / Makefile.sources
index c422303ddac2180bfb0d9712a6efa28235defba0..5134ab73800f882d1bbe42685b89786f756097b9 100644 (file)
@@ -35,11 +35,13 @@ NIR_FILES = \
        nir/nir_live_variables.c \
        nir/nir_lower_alu_to_scalar.c \
        nir/nir_lower_atomics.c \
+       nir/nir_lower_clip.c \
        nir/nir_lower_global_vars_to_local.c \
        nir/nir_lower_load_const_to_scalar.c \
        nir/nir_lower_locals_to_regs.c \
        nir/nir_lower_idiv.c \
        nir/nir_lower_io.c \
+       nir/nir_lower_outputs_to_temporaries.c \
        nir/nir_lower_phis_to_scalar.c \
        nir/nir_lower_samplers.cpp \
        nir/nir_lower_system_values.c \
@@ -49,6 +51,7 @@ NIR_FILES = \
        nir/nir_lower_var_copies.c \
        nir/nir_lower_vec_to_movs.c \
        nir/nir_metadata.c \
+       nir/nir_move_vec_src_uses_to_dest.c \
        nir/nir_normalize_cubemap_coords.c \
        nir/nir_opt_constant_folding.c \
        nir/nir_opt_copy_propagate.c \
@@ -73,8 +76,7 @@ NIR_FILES = \
        nir/nir_vla.h \
        nir/nir_worklist.c \
        nir/nir_worklist.h \
-       nir/nir_types.cpp \
-       $(NIR_GENERATED_FILES)
+       nir/nir_types.cpp
 
 # libglsl