nir: Simplify some comparisons like a+b < a
[mesa.git] / src / compiler / Makefile.sources
index 0153df2d812c2398497581fe1a5baf0f156954e8..84dbc26d198c747bfd56ba26477bbc9d144e4b81 100644 (file)
@@ -1,4 +1,6 @@
 LIBCOMPILER_FILES = \
+       blob.c \
+       blob.h \
        builtin_type_macros.h \
        glsl_types.cpp \
        glsl_types.h \
@@ -17,8 +19,6 @@ LIBGLSL_FILES = \
        glsl/ast_function.cpp \
        glsl/ast_to_hir.cpp \
        glsl/ast_type.cpp \
-       glsl/blob.c \
-       glsl/blob.h \
        glsl/builtin_functions.cpp \
        glsl/builtin_functions.h \
        glsl/builtin_int64.h \
@@ -80,12 +80,12 @@ LIBGLSL_FILES = \
        glsl/list.h \
        glsl/loop_analysis.cpp \
        glsl/loop_analysis.h \
-       glsl/loop_controls.cpp \
        glsl/loop_unroll.cpp \
        glsl/lower_blend_equation_advanced.cpp \
        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 \
@@ -130,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
 
@@ -203,10 +204,12 @@ NIR_FILES = \
        nir/nir_instr_set.h \
        nir/nir_intrinsics.c \
        nir/nir_intrinsics.h \
+       nir/nir_linking_helpers.c \
        nir/nir_liveness.c \
        nir/nir_loop_analyze.c \
        nir/nir_loop_analyze.h \
        nir/nir_lower_64bit_packing.c \
+       nir/nir_lower_alpha_test.c \
        nir/nir_lower_alu_to_scalar.c \
        nir/nir_lower_atomics.c \
        nir/nir_lower_atomics_to_ssbo.c \
@@ -225,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 \
@@ -264,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 \
@@ -275,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 \
@@ -284,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 \