nir: don't try to scalarize unpack_double_2x32
[mesa.git] / src / compiler / nir / Makefile.sources
index f31547b9aac13014c3e83da343f725162854d1d7..c920d2ca54438ac481e78ef5f614642a7c59e068 100644 (file)
@@ -19,11 +19,13 @@ NIR_FILES = \
        nir_control_flow_private.h \
        nir_dominance.c \
        nir_from_ssa.c \
+       nir_gather_info.c \
        nir_gs_count_vertices.c \
-       nir_intrinsics.c \
-       nir_intrinsics.h \
+       nir_inline_functions.c \
        nir_instr_set.c \
        nir_instr_set.h \
+       nir_intrinsics.c \
+       nir_intrinsics.h \
        nir_liveness.c \
        nir_lower_alu_to_scalar.c \
        nir_lower_atomics.c \
@@ -37,6 +39,7 @@ NIR_FILES = \
        nir_lower_io.c \
        nir_lower_outputs_to_temporaries.c \
        nir_lower_phis_to_scalar.c \
+       nir_lower_returns.c \
        nir_lower_samplers.c \
        nir_lower_system_values.c \
        nir_lower_tex.c \
@@ -58,8 +61,11 @@ NIR_FILES = \
        nir_opt_peephole_select.c \
        nir_opt_remove_phis.c \
        nir_opt_undef.c \
+       nir_phi_builder.c \
+       nir_phi_builder.h \
        nir_print.c \
        nir_remove_dead_variables.c \
+       nir_repair_ssa.c \
        nir_search.c \
        nir_search.h \
        nir_split_var_copies.c \