freedreno/a6xx: disable LRZ when color channels are masked
[mesa.git] / src / compiler / Makefile.sources
index 15aa8b596d1bc3d6be3036010c49483d06e5381f..17a907da54da4ceb04c86b1a75b05d458ab25dbe 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 \
@@ -257,6 +258,7 @@ NIR_FILES = \
        nir/nir_lower_fragcoord_wtrans.c \
        nir/nir_lower_frexp.c \
        nir/nir_lower_global_vars_to_local.c \
+       nir/nir_lower_goto_ifs.c \
        nir/nir_lower_gs_intrinsics.c \
        nir/nir_lower_load_const_to_scalar.c \
        nir/nir_lower_locals_to_regs.c \
@@ -272,6 +274,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 \
@@ -324,7 +327,7 @@ NIR_FILES = \
        nir/nir_opt_peephole_select.c \
        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 \