nir/linker: Add gl_nir_link_uniforms()
[mesa.git] / src / compiler / Makefile.sources
index 84dbc26d198c747bfd56ba26477bbc9d144e4b81..86f2aee092a9561bbf0a07793aab48154a56a3c2 100644 (file)
@@ -25,6 +25,12 @@ LIBGLSL_FILES = \
        glsl/builtin_types.cpp \
        glsl/builtin_variables.cpp \
        glsl/generate_ir.cpp \
+       glsl/gl_nir_lower_atomics.c \
+       glsl/gl_nir_lower_samplers.c \
+       glsl/gl_nir_lower_samplers_as_deref.c \
+       glsl/gl_nir_link_uniforms.c \
+       glsl/gl_nir_linker.h \
+       glsl/gl_nir.h \
        glsl/glsl_parser_extras.cpp \
        glsl/glsl_parser_extras.h \
        glsl/glsl_symbol_table.cpp \
@@ -67,6 +73,7 @@ LIBGLSL_FILES = \
        glsl/ir_visitor.h \
        glsl/linker.cpp \
        glsl/linker.h \
+       glsl/linker_util.h \
        glsl/link_atomics.cpp \
        glsl/link_functions.cpp \
        glsl/link_interface_blocks.cpp \
@@ -182,6 +189,8 @@ LIBGLCPP_GENERATED_FILES = \
 NIR_GENERATED_FILES = \
        nir/nir_builder_opcodes.h \
        nir/nir_constant_expressions.c \
+       nir/nir_intrinsics.c \
+       nir/nir_intrinsics.h \
        nir/nir_opcodes.c \
        nir/nir_opcodes.h \
        nir/nir_opt_algebraic.c
@@ -196,24 +205,23 @@ NIR_FILES = \
        nir/nir_control_flow.h \
        nir/nir_control_flow_private.h \
        nir/nir_dominance.c \
+       nir/nir_format_convert.h \
        nir/nir_from_ssa.c \
        nir/nir_gather_info.c \
        nir/nir_gs_count_vertices.c \
        nir/nir_inline_functions.c \
        nir/nir_instr_set.c \
        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.c \
        nir/nir_lower_alu_to_scalar.c \
-       nir/nir_lower_atomics.c \
        nir/nir_lower_atomics_to_ssbo.c \
        nir/nir_lower_bitmap.c \
+       nir/nir_lower_bit_size.c \
        nir/nir_lower_clamp_color_outputs.c \
        nir/nir_lower_clip.c \
        nir/nir_lower_clip_cull_distance_arrays.c \
@@ -232,25 +240,24 @@ NIR_FILES = \
        nir/nir_lower_io_to_temporaries.c \
        nir/nir_lower_io_to_scalar.c \
        nir/nir_lower_io_types.c \
+       nir/nir_lower_packing.c \
        nir/nir_lower_passthrough_edgeflags.c \
        nir/nir_lower_patch_vertices.c \
        nir/nir_lower_phis_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 \
        nir/nir_lower_two_sided_color.c \
-       nir/nir_lower_uniforms_to_ubo.c \
        nir/nir_lower_vars_to_ssa.c \
        nir/nir_lower_var_copies.c \
        nir/nir_lower_vec_to_movs.c \
        nir/nir_lower_wpos_center.c \
        nir/nir_lower_wpos_ytransform.c \
        nir/nir_metadata.c \
+       nir/nir_move_load_const.c \
        nir/nir_move_vec_src_uses_to_dest.c \
        nir/nir_normalize_cubemap_coords.c \
        nir/nir_opt_conditional_discard.c \
@@ -266,6 +273,7 @@ NIR_FILES = \
        nir/nir_opt_intrinsics.c \
        nir/nir_opt_loop_unroll.c \
        nir/nir_opt_move_comparisons.c \
+       nir/nir_opt_move_load_ubo.c \
        nir/nir_opt_peephole_select.c \
        nir/nir_opt_remove_phis.c \
        nir/nir_opt_shrink_load.c \
@@ -295,13 +303,17 @@ SPIRV_GENERATED_FILES = \
        spirv/vtn_gather_types.c
 
 SPIRV_FILES = \
+       spirv/GLSL.ext.AMD.h \
        spirv/GLSL.std.450.h \
+       spirv/gl_spirv.c \
        spirv/nir_spirv.h \
        spirv/spirv.h \
        spirv/spirv_info.h \
        spirv/spirv_to_nir.c \
        spirv/vtn_alu.c \
+       spirv/vtn_amd.c \
        spirv/vtn_cfg.c \
        spirv/vtn_glsl450.c \
        spirv/vtn_private.h \
+       spirv/vtn_subgroup.c \
        spirv/vtn_variables.c