glsl: Add b2f16 and f162b conversion operations
[mesa.git] / src / compiler / Makefile.sources
index f20cd6e8c4dacc89b79f936fd01b3266ad2f2caa..b44b2b5f6ffaa7ddc48c034a58309357d0022d19 100644 (file)
@@ -24,7 +24,7 @@ LIBGLSL_FILES = \
        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_images.c \
        glsl/gl_nir_lower_buffers.c \
        glsl/gl_nir_lower_samplers.c \
        glsl/gl_nir_lower_samplers_as_deref.c \
@@ -125,6 +125,7 @@ LIBGLSL_FILES = \
        glsl/lower_output_reads.cpp \
        glsl/lower_shared_reference.cpp \
        glsl/lower_ubo_reference.cpp \
+       glsl/lower_xfb_varying.cpp \
        glsl/opt_algebraic.cpp \
        glsl/opt_array_splitting.cpp \
        glsl/opt_conditional_discard.cpp \
@@ -186,8 +187,7 @@ LIBGLSL_GENERATED_FILES = \
 
 LIBGLCPP_FILES = \
        glsl/glcpp/glcpp.h \
-       glsl/glcpp/pp.c \
-       glsl/glcpp/pp_standalone_scaffolding.c
+       glsl/glcpp/pp.c
 
 LIBGLCPP_GENERATED_FILES = \
        glsl/glcpp/glcpp-lex.c \
@@ -243,7 +243,9 @@ 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_constant_initializers.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 \
@@ -277,6 +279,7 @@ NIR_FILES = \
        nir/nir_lower_returns.c \
        nir/nir_lower_samplers.c \
        nir/nir_lower_scratch.c \
+       nir/nir_lower_ssbo.c \
        nir/nir_lower_subgroups.c \
        nir/nir_lower_system_values.c \
        nir/nir_lower_tex.c \
@@ -310,6 +313,7 @@ NIR_FILES = \
        nir/nir_opt_intrinsics.c \
        nir/nir_opt_loop_unroll.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 \
@@ -327,12 +331,12 @@ NIR_FILES = \
        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_strip.c \
        nir/nir_split_per_member_structs.c \
        nir/nir_split_var_copies.c \
        nir/nir_split_vars.c \