Merge remote-tracking branch 'public/master' into vulkan
[mesa.git] / src / compiler / nir / Makefile.sources
index f31547b9aac13014c3e83da343f725162854d1d7..a876eff289af24d60324b0ed219280852c8a93db 100644 (file)
@@ -19,7 +19,9 @@ NIR_FILES = \
        nir_control_flow_private.h \
        nir_dominance.c \
        nir_from_ssa.c \
+       nir_gather_info.c \
        nir_gs_count_vertices.c \
+       nir_inline_functions.c \
        nir_intrinsics.c \
        nir_intrinsics.h \
        nir_instr_set.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 \
@@ -70,3 +76,12 @@ NIR_FILES = \
        nir_worklist.c \
        nir_worklist.h
 
+SPIRV_FILES = \
+       spirv/nir_spirv.h \
+       spirv/spirv_to_nir.c \
+       spirv/vtn_alu.c \
+       spirv/vtn_cfg.c \
+       spirv/vtn_glsl450.c \
+       spirv/vtn_private.h \
+       spirv/vtn_variables.c
+