X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fcompiler%2FMakefile.sources;h=c5c1dc62a6b1121092eaa604242818c406ae1579;hp=c5094b7f19815e5c29b46e8e24dfcda14c0e13cf;hb=200be808588a689fde1e42ed8d64d48bed42fa63;hpb=c797bc6aa7b339deb96be5f9c75662439a4963b6 diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index c5094b7f198..c5c1dc62a6b 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -1,6 +1,4 @@ LIBCOMPILER_FILES = \ - blob.c \ - blob.h \ builtin_type_macros.h \ glsl_types.cpp \ glsl_types.h \ @@ -25,6 +23,19 @@ LIBGLSL_FILES = \ glsl/builtin_types.cpp \ glsl/builtin_variables.cpp \ glsl/generate_ir.cpp \ + glsl/gl_nir_lower_atomics.c \ + glsl/gl_nir_lower_bindless_images.c \ + glsl/gl_nir_lower_buffers.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_blocks.c \ + glsl/gl_nir_link_uniform_initializers.c \ + glsl/gl_nir_link_uniforms.c \ + glsl/gl_nir_link_xfb.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 \ glsl/glsl_symbol_table.cpp \ @@ -67,6 +78,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 \ @@ -118,7 +131,6 @@ LIBGLSL_FILES = \ glsl/opt_constant_folding.cpp \ glsl/opt_constant_propagation.cpp \ glsl/opt_constant_variable.cpp \ - glsl/opt_copy_propagation.cpp \ glsl/opt_copy_propagation_elements.cpp \ glsl/opt_dead_builtin_variables.cpp \ glsl/opt_dead_builtin_varyings.cpp \ @@ -140,6 +152,8 @@ LIBGLSL_FILES = \ 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 @@ -165,7 +179,8 @@ LIBGLSL_GENERATED_FILES = \ glsl/ir_expression_operation_strings.h \ glsl/glsl_lexer.cpp \ glsl/glsl_parser.cpp \ - glsl/glsl_parser.h + glsl/glsl_parser.h \ + glsl/float64_glsl.h # libglcpp @@ -180,6 +195,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 @@ -188,55 +205,77 @@ NIR_FILES = \ nir/nir.c \ nir/nir.h \ nir/nir_builder.h \ + nir/nir_builtin_builder.c \ + nir/nir_builtin_builder.h \ nir/nir_clone.c \ nir/nir_constant_expressions.h \ 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_divergence_analysis.c \ nir/nir_dominance.c \ + nir/nir_format_convert.h \ nir/nir_from_ssa.c \ nir/nir_gather_info.c \ + nir/nir_gather_ssa_types.c \ + nir/nir_gather_xfb_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_amul.c \ + nir/nir_lower_array_deref_of_vec.c \ nir/nir_lower_atomics_to_ssbo.c \ nir/nir_lower_bitmap.c \ + nir/nir_lower_bit_size.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_constant_initializers.c \ nir/nir_lower_double_ops.c \ nir/nir_lower_drawpixels.c \ + nir/nir_lower_fb_read.c \ + nir/nir_lower_flatshade.c \ + nir/nir_lower_flrp.c \ + nir/nir_lower_fragcoord_wtrans.c \ + nir/nir_lower_frexp.c \ nir/nir_lower_global_vars_to_local.c \ nir/nir_lower_gs_intrinsics.c \ nir/nir_lower_load_const_to_scalar.c \ nir/nir_lower_locals_to_regs.c \ nir/nir_lower_idiv.c \ nir/nir_lower_indirect_derefs.c \ + nir/nir_lower_input_attachments.c \ nir/nir_lower_int64.c \ + nir/nir_lower_interpolation.c \ + nir/nir_lower_int_to_float.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_io_to_vector.c \ + nir/nir_lower_non_uniform_access.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_point_size.c \ + nir/nir_lower_point_size_mov.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_scratch.c \ nir/nir_lower_subgroups.c \ nir/nir_lower_system_values.c \ nir/nir_lower_tex.c \ @@ -246,11 +285,15 @@ NIR_FILES = \ nir/nir_lower_vars_to_ssa.c \ nir/nir_lower_var_copies.c \ nir/nir_lower_vec_to_movs.c \ + nir/nir_lower_viewport_transform.c \ nir/nir_lower_wpos_center.c \ nir/nir_lower_wpos_ytransform.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_combine_stores.c \ + nir/nir_opt_comparison_pre.c \ nir/nir_opt_conditional_discard.c \ nir/nir_opt_constant_folding.c \ nir/nir_opt_copy_prop_vars.c \ @@ -258,46 +301,67 @@ NIR_FILES = \ nir/nir_opt_cse.c \ nir/nir_opt_dce.c \ nir/nir_opt_dead_cf.c \ + nir/nir_opt_dead_write_vars.c \ + nir/nir_opt_find_array_copies.c \ nir/nir_opt_gcm.c \ - nir/nir_opt_global_to_local.c \ + nir/nir_opt_idiv_const.c \ nir/nir_opt_if.c \ nir/nir_opt_intrinsics.c \ nir/nir_opt_loop_unroll.c \ - nir/nir_opt_move_comparisons.c \ + nir/nir_opt_large_constants.c \ + nir/nir_opt_load_store_vectorize.c \ + nir/nir_opt_move.c \ 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_sink.c \ nir/nir_opt_trivial_continues.c \ nir/nir_opt_undef.c \ + nir/nir_opt_vectorize.c \ nir/nir_phi_builder.c \ nir/nir_phi_builder.h \ nir/nir_print.c \ nir/nir_propagate_invariant.c \ + nir/nir_range_analysis.c \ + nir/nir_range_analysis.h \ nir/nir_remove_dead_variables.c \ nir/nir_repair_ssa.c \ + nir/nir_schedule.c \ nir/nir_search.c \ nir/nir_search.h \ 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_split_vars.c \ nir/nir_sweep.c \ nir/nir_to_lcssa.c \ nir/nir_validate.c \ nir/nir_vla.h \ nir/nir_worklist.c \ - nir/nir_worklist.h + nir/nir_worklist.h \ + nir/nir_xfb_info.h SPIRV_GENERATED_FILES = \ - spirv/spirv_info.c + spirv/spirv_info.c \ + 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/OpenCL.std.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_opencl.c \ spirv/vtn_private.h \ + spirv/vtn_subgroup.c \ spirv/vtn_variables.c