nir/spirv: Move CF emit code into vtn_cfg.c
[mesa.git] / src / glsl / Makefile.sources
index 0c9fd75d206354450ca0303fadf5c7c52fd4fc3e..65c493cd6775a61fca09e5d4a033255777114d24 100644 (file)
@@ -36,6 +36,7 @@ NIR_FILES = \
        nir/nir_from_ssa.c \
        nir/nir_gather_info.c \
        nir/nir_gs_count_vertices.c \
+       nir/nir_inline_functions.c \
        nir/nir_intrinsics.c \
        nir/nir_intrinsics.h \
        nir/nir_instr_set.c \
@@ -44,6 +45,7 @@ NIR_FILES = \
        nir/nir_lower_alu_to_scalar.c \
        nir/nir_lower_atomics.c \
        nir/nir_lower_clip.c \
+       nir/nir_lower_returns.c \
        nir/nir_lower_global_vars_to_local.c \
        nir/nir_lower_gs_intrinsics.c \
        nir/nir_lower_load_const_to_scalar.c \
@@ -77,7 +79,6 @@ NIR_FILES = \
        nir/nir_remove_dead_variables.c \
        nir/nir_search.c \
        nir/nir_search.h \
-       nir/nir_spirv.h \
        nir/nir_split_var_copies.c \
        nir/nir_sweep.c \
        nir/nir_to_ssa.c \
@@ -88,9 +89,13 @@ NIR_FILES = \
        nir/nir_worklist.h \
        nir/nir_types.cpp \
        nir/shader_enums.h \
-       nir/shader_enums.c \
-       nir/spirv_to_nir.c \
-       nir/spirv_glsl450_to_nir.c
+       nir/shader_enums.c
+
+SPIRV_FILES = \
+       nir/spirv/nir_spirv.h \
+       nir/spirv/spirv_to_nir.c \
+       nir/spirv/vtn_cfg.c \
+       nir/spirv/vtn_glsl450.c
 
 # libglsl
 
@@ -160,6 +165,8 @@ LIBGLSL_FILES = \
        loop_analysis.h \
        loop_controls.cpp \
        loop_unroll.cpp \
+       lower_buffer_access.cpp \
+       lower_buffer_access.h \
        lower_clip_distance.cpp \
        lower_const_arrays_to_uniforms.cpp \
        lower_discard.cpp \
@@ -184,6 +191,7 @@ LIBGLSL_FILES = \
        lower_vector_insert.cpp \
        lower_vertex_id.cpp \
        lower_output_reads.cpp \
+       lower_shared_reference.cpp \
        lower_ubo_reference.cpp \
        opt_algebraic.cpp \
        opt_array_splitting.cpp \