nir: add nir_variable::index and nir_index_vars
[mesa.git] / src / compiler / Makefile.sources
index d201ea5855c7d614052629b7630b05addd0e550a..f20cd6e8c4dacc89b79f936fd01b3266ad2f2caa 100644 (file)
@@ -1,6 +1,4 @@
 LIBCOMPILER_FILES = \
-       blob.c \
-       blob.h \
        builtin_type_macros.h \
        glsl_types.cpp \
        glsl_types.h \
@@ -31,6 +29,7 @@ LIBGLSL_FILES = \
        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 \
@@ -187,7 +186,8 @@ LIBGLSL_GENERATED_FILES = \
 
 LIBGLCPP_FILES = \
        glsl/glcpp/glcpp.h \
-       glsl/glcpp/pp.c
+       glsl/glcpp/pp.c \
+       glsl/glcpp/pp_standalone_scaffolding.c
 
 LIBGLCPP_GENERATED_FILES = \
        glsl/glcpp/glcpp-lex.c \
@@ -215,10 +215,12 @@ NIR_FILES = \
        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 \
@@ -231,6 +233,7 @@ NIR_FILES = \
        nir/nir_lower_alpha_test.c \
        nir/nir_lower_alu.c \
        nir/nir_lower_alu_to_scalar.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 \
@@ -243,6 +246,10 @@ NIR_FILES = \
        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 \
@@ -250,7 +257,10 @@ NIR_FILES = \
        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 \
@@ -261,8 +271,12 @@ NIR_FILES = \
        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_scratch.c \
        nir/nir_lower_subgroups.c \
        nir/nir_lower_system_values.c \
        nir/nir_lower_tex.c \
@@ -272,12 +286,13 @@ 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_load_const.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 \
@@ -295,17 +310,21 @@ NIR_FILES = \
        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_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_search.c \