nir: Simplify some comparisons like a+b < a
[mesa.git] / src / compiler / Makefile.sources
index 2724a41286e040658ae7b00493eff86018ba3c0f..84dbc26d198c747bfd56ba26477bbc9d144e4b81 100644 (file)
@@ -85,6 +85,7 @@ LIBGLSL_FILES = \
        glsl/lower_buffer_access.cpp \
        glsl/lower_buffer_access.h \
        glsl/lower_const_arrays_to_uniforms.cpp \
+       glsl/lower_cs_derived.cpp \
        glsl/lower_discard.cpp \
        glsl/lower_discard_flow.cpp \
        glsl/lower_distance.cpp \
@@ -129,17 +130,18 @@ LIBGLSL_FILES = \
        glsl/opt_function_inlining.cpp \
        glsl/opt_if_simplification.cpp \
        glsl/opt_minmax.cpp \
-       glsl/opt_noop_swizzle.cpp \
        glsl/opt_rebalance_tree.cpp \
        glsl/opt_redundant_jumps.cpp \
        glsl/opt_structure_splitting.cpp \
-       glsl/opt_swizzle_swizzle.cpp \
+       glsl/opt_swizzle.cpp \
        glsl/opt_tree_grafting.cpp \
        glsl/opt_vectorize.cpp \
        glsl/program.h \
        glsl/propagate_invariance.cpp \
        glsl/s_expression.cpp \
        glsl/s_expression.h \
+       glsl/serialize.cpp \
+       glsl/serialize.h \
        glsl/string_to_uint_map.cpp \
        glsl/string_to_uint_map.h
 
@@ -226,17 +228,18 @@ NIR_FILES = \
        nir/nir_lower_indirect_derefs.c \
        nir/nir_lower_int64.c \
        nir/nir_lower_io.c \
+       nir/nir_lower_io_arrays_to_elements.c \
        nir/nir_lower_io_to_temporaries.c \
        nir/nir_lower_io_to_scalar.c \
        nir/nir_lower_io_types.c \
        nir/nir_lower_passthrough_edgeflags.c \
        nir/nir_lower_patch_vertices.c \
        nir/nir_lower_phis_to_scalar.c \
-       nir/nir_lower_read_invocation_to_scalar.c \
        nir/nir_lower_regs_to_ssa.c \
        nir/nir_lower_returns.c \
        nir/nir_lower_samplers.c \
        nir/nir_lower_samplers_as_deref.c \
+       nir/nir_lower_subgroups.c \
        nir/nir_lower_system_values.c \
        nir/nir_lower_tex.c \
        nir/nir_lower_to_source_mods.c \
@@ -265,6 +268,7 @@ NIR_FILES = \
        nir/nir_opt_move_comparisons.c \
        nir/nir_opt_peephole_select.c \
        nir/nir_opt_remove_phis.c \
+       nir/nir_opt_shrink_load.c \
        nir/nir_opt_trivial_continues.c \
        nir/nir_opt_undef.c \
        nir/nir_phi_builder.c \
@@ -276,6 +280,8 @@ NIR_FILES = \
        nir/nir_search.c \
        nir/nir_search.h \
        nir/nir_search_helpers.h \
+       nir/nir_serialize.c \
+       nir/nir_serialize.h \
        nir/nir_split_var_copies.c \
        nir/nir_sweep.c \
        nir/nir_to_lcssa.c \
@@ -285,7 +291,8 @@ NIR_FILES = \
        nir/nir_worklist.h
 
 SPIRV_GENERATED_FILES = \
-       spirv/spirv_info.c
+       spirv/spirv_info.c \
+       spirv/vtn_gather_types.c
 
 SPIRV_FILES = \
        spirv/GLSL.std.450.h \