nir: Add a pass to cut the trailing ends of vectors.
[mesa.git] / src / compiler / Makefile.sources
index 6e18c620e3e8da008e4f375e2ec460feb7818088..b15907d1aee7f747dba1165f1e1be4f70e128683 100644 (file)
@@ -273,6 +273,7 @@ NIR_FILES = \
        nir/nir_lower_io_to_scalar.c \
        nir/nir_lower_io_to_vector.c \
        nir/nir_lower_mediump_outputs.c \
+       nir/nir_lower_memory_model.c \
        nir/nir_lower_non_uniform_access.c \
        nir/nir_lower_packing.c \
        nir/nir_lower_passthrough_edgeflags.c \
@@ -326,6 +327,7 @@ NIR_FILES = \
        nir/nir_opt_rematerialize_compares.c \
        nir/nir_opt_remove_phis.c \
        nir/nir_opt_shrink_load.c \
+       nir/nir_opt_shrink_vectors.c \
        nir/nir_opt_sink.c \
        nir/nir_opt_trivial_continues.c \
        nir/nir_opt_undef.c \