nir: Add a pass to cut the trailing ends of vectors.
[mesa.git] / src / compiler / Makefile.sources
index 15aa8b596d1bc3d6be3036010c49483d06e5381f..b15907d1aee7f747dba1165f1e1be4f70e128683 100644 (file)
@@ -246,6 +246,7 @@ NIR_FILES = \
        nir/nir_lower_clamp_color_outputs.c \
        nir/nir_lower_clip.c \
        nir/nir_lower_clip_cull_distance_arrays.c \
+       nir/nir_lower_clip_disable.c \
        nir/nir_lower_clip_halfz.c \
        nir/nir_lower_variable_initializers.c \
        nir/nir_lower_discard_to_demote.c \
@@ -272,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 \
@@ -325,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 \
@@ -338,6 +341,7 @@ NIR_FILES = \
        nir/nir_remove_dead_variables.c \
        nir/nir_repair_ssa.c \
        nir/nir_schedule.c \
+       nir/nir_schedule.h \
        nir/nir_search.c \
        nir/nir_search.h \
        nir/nir_search_helpers.h \