Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / Makefile.sources
index 6a400677529e0692ea6db3d317f65a8d792f23c3..d2a2a161eb56ff3a7c003a7f14d1aad2dabf06e1 100644 (file)
@@ -246,6 +246,7 @@ NIR_FILES = \
        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 \
@@ -257,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 \
@@ -272,6 +274,7 @@ NIR_FILES = \
        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 \
@@ -289,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 \
@@ -296,6 +300,7 @@ 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 \
@@ -323,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 \
@@ -337,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 \