X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=inline;f=src%2Fcompiler%2FMakefile.sources;h=db4dd1e89f4245cfd26e88b12f8f946b5fc50c57;hb=4a29ee186195ab38a81280cefb6a476e3763da11;hp=b98ea67370500d21096bd0665190a02ffcaed6ae;hpb=6487e7a30c9e4c2a417ddfe632d5f68e065e21eb;p=mesa.git diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index b98ea673705..db4dd1e89f4 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -28,6 +28,11 @@ LIBGLSL_FILES = \ glsl/gl_nir_lower_atomics.c \ glsl/gl_nir_lower_samplers.c \ glsl/gl_nir_lower_samplers_as_deref.c \ + glsl/gl_nir_link_atomics.c \ + glsl/gl_nir_link_uniform_initializers.c \ + glsl/gl_nir_link_uniforms.c \ + glsl/gl_nir_linker.c \ + glsl/gl_nir_linker.h \ glsl/gl_nir.h \ glsl/glsl_parser_extras.cpp \ glsl/glsl_parser_extras.h \ @@ -71,6 +76,8 @@ LIBGLSL_FILES = \ glsl/ir_visitor.h \ glsl/linker.cpp \ glsl/linker.h \ + glsl/linker_util.h \ + glsl/linker_util.cpp \ glsl/link_atomics.cpp \ glsl/link_functions.cpp \ glsl/link_interface_blocks.cpp \ @@ -201,7 +208,10 @@ NIR_FILES = \ nir/nir_control_flow.c \ nir/nir_control_flow.h \ nir/nir_control_flow_private.h \ + nir/nir_deref.c \ + nir/nir_deref.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 \ @@ -212,11 +222,12 @@ NIR_FILES = \ 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_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 \ @@ -234,7 +245,7 @@ NIR_FILES = \ 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_packing.c \ nir/nir_lower_passthrough_edgeflags.c \ nir/nir_lower_patch_vertices.c \ nir/nir_lower_phis_to_scalar.c \ @@ -251,6 +262,7 @@ NIR_FILES = \ 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 \ @@ -265,6 +277,7 @@ NIR_FILES = \ nir/nir_opt_if.c \ nir/nir_opt_intrinsics.c \ nir/nir_opt_loop_unroll.c \ + nir/nir_opt_large_constants.c \ nir/nir_opt_move_comparisons.c \ nir/nir_opt_move_load_ubo.c \ nir/nir_opt_peephole_select.c \ @@ -283,6 +296,7 @@ NIR_FILES = \ nir/nir_search_helpers.h \ nir/nir_serialize.c \ nir/nir_serialize.h \ + nir/nir_split_per_member_structs.c \ nir/nir_split_var_copies.c \ nir/nir_sweep.c \ nir/nir_to_lcssa.c \