X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fcompiler%2FMakefile.sources;h=d2a2a161eb56ff3a7c003a7f14d1aad2dabf06e1;hb=a083560b09cfc3799c1c34112c0b28e29a104f5f;hp=48c5d6e7cf2851845e9e0c44cb12d4ce76787fd4;hpb=4a329bea44fca8607a3e4538b18fd93864d99c18;p=mesa.git diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 48c5d6e7cf2..d2a2a161eb5 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -95,6 +95,7 @@ LIBGLSL_FILES = \ glsl/loop_analysis.h \ glsl/loop_unroll.cpp \ glsl/lower_blend_equation_advanced.cpp \ + glsl/lower_builtins.cpp \ glsl/lower_buffer_access.cpp \ glsl/lower_buffer_access.h \ glsl/lower_const_arrays_to_uniforms.cpp \ @@ -107,11 +108,11 @@ LIBGLSL_FILES = \ glsl/lower_int64.cpp \ glsl/lower_jumps.cpp \ glsl/lower_mat_op_to_vec.cpp \ - glsl/lower_noise.cpp \ glsl/lower_offset_array.cpp \ glsl/lower_packed_varyings.cpp \ glsl/lower_named_interface_blocks.cpp \ glsl/lower_packing_builtins.cpp \ + glsl/lower_precision.cpp \ glsl/lower_subroutine.cpp \ glsl/lower_tess_level.cpp \ glsl/lower_texture_projection.cpp \ @@ -213,6 +214,7 @@ NIR_FILES = \ nir/nir_control_flow.c \ nir/nir_control_flow.h \ nir/nir_control_flow_private.h \ + nir/nir_convert_ycbcr.c \ nir/nir_deref.c \ nir/nir_deref.h \ nir/nir_divergence_analysis.c \ @@ -238,13 +240,16 @@ NIR_FILES = \ nir/nir_lower_atomics_to_ssbo.c \ nir/nir_lower_bitmap.c \ nir/nir_lower_bit_size.c \ + nir/nir_lower_bool_to_bitsize.c \ nir/nir_lower_bool_to_float.c \ nir/nir_lower_bool_to_int32.c \ nir/nir_lower_clamp_color_outputs.c \ nir/nir_lower_clip.c \ nir/nir_lower_clip_cull_distance_arrays.c \ + nir/nir_lower_clip_disable.c \ nir/nir_lower_clip_halfz.c \ nir/nir_lower_variable_initializers.c \ + nir/nir_lower_discard_to_demote.c \ nir/nir_lower_double_ops.c \ nir/nir_lower_drawpixels.c \ nir/nir_lower_fb_read.c \ @@ -253,6 +258,7 @@ NIR_FILES = \ nir/nir_lower_fragcoord_wtrans.c \ nir/nir_lower_frexp.c \ nir/nir_lower_global_vars_to_local.c \ + nir/nir_lower_goto_ifs.c \ nir/nir_lower_gs_intrinsics.c \ nir/nir_lower_load_const_to_scalar.c \ nir/nir_lower_locals_to_regs.c \ @@ -267,6 +273,8 @@ NIR_FILES = \ nir/nir_lower_io_to_temporaries.c \ nir/nir_lower_io_to_scalar.c \ nir/nir_lower_io_to_vector.c \ + nir/nir_lower_mediump_outputs.c \ + nir/nir_lower_memory_model.c \ nir/nir_lower_non_uniform_access.c \ nir/nir_lower_packing.c \ nir/nir_lower_passthrough_edgeflags.c \ @@ -284,6 +292,7 @@ NIR_FILES = \ nir/nir_lower_tex.c \ nir/nir_lower_to_source_mods.c \ nir/nir_lower_two_sided_color.c \ + nir/nir_lower_ubo_vec4.c \ nir/nir_lower_uniforms_to_ubo.c \ nir/nir_lower_vars_to_ssa.c \ nir/nir_lower_var_copies.c \ @@ -291,10 +300,12 @@ NIR_FILES = \ nir/nir_lower_viewport_transform.c \ nir/nir_lower_wpos_center.c \ nir/nir_lower_wpos_ytransform.c \ + nir/nir_lower_wrmasks.c \ nir/nir_metadata.c \ nir/nir_move_vec_src_uses_to_dest.c \ nir/nir_normalize_cubemap_coords.c \ nir/nir_opt_access.c \ + nir/nir_opt_barriers.c \ nir/nir_opt_combine_stores.c \ nir/nir_opt_comparison_pre.c \ nir/nir_opt_conditional_discard.c \ @@ -317,7 +328,7 @@ NIR_FILES = \ nir/nir_opt_peephole_select.c \ nir/nir_opt_rematerialize_compares.c \ nir/nir_opt_remove_phis.c \ - nir/nir_opt_shrink_load.c \ + nir/nir_opt_shrink_vectors.c \ nir/nir_opt_sink.c \ nir/nir_opt_trivial_continues.c \ nir/nir_opt_undef.c \ @@ -331,6 +342,7 @@ NIR_FILES = \ nir/nir_remove_dead_variables.c \ nir/nir_repair_ssa.c \ nir/nir_schedule.c \ + nir/nir_schedule.h \ nir/nir_search.c \ nir/nir_search.h \ nir/nir_search_helpers.h \ @@ -343,6 +355,7 @@ NIR_FILES = \ nir/nir_to_lcssa.c \ nir/nir_validate.c \ nir/nir_vla.h \ + nir/nir_vulkan.h \ nir/nir_worklist.c \ nir/nir_worklist.h \ nir/nir_xfb_info.h