i965/fs: Emit MADs from (x + -(y * z)).
[mesa.git] / src / glsl / Makefile.sources
index 3cee2e06c92ec3b8bf5447e6670407531bf75347..006e94721883b932aa6baa52a75c3372f29b5e15 100644 (file)
@@ -13,6 +13,9 @@ LIBGLCPP_GENERATED_FILES = \
        $(GLSL_BUILDDIR)/glcpp/glcpp-lex.c \
        $(GLSL_BUILDDIR)/glcpp/glcpp-parse.c
 
+NIR_GENERATED_FILES = \
+       $(GLSL_BUILDDIR)/nir/nir_opt_algebraic.c
+
 NIR_FILES = \
        $(GLSL_SRCDIR)/nir/nir.c \
        $(GLSL_SRCDIR)/nir/nir.h \
@@ -27,24 +30,29 @@ NIR_FILES = \
        $(GLSL_SRCDIR)/nir/nir_lower_io.c \
        $(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \
        $(GLSL_SRCDIR)/nir/nir_lower_system_values.c \
-       $(GLSL_SRCDIR)/nir/nir_lower_variables.c \
+       $(GLSL_SRCDIR)/nir/nir_lower_to_source_mods.c \
+       $(GLSL_SRCDIR)/nir/nir_lower_vars_to_ssa.c \
+       $(GLSL_SRCDIR)/nir/nir_lower_var_copies.c \
        $(GLSL_SRCDIR)/nir/nir_lower_vec_to_movs.c \
        $(GLSL_SRCDIR)/nir/nir_metadata.c \
        $(GLSL_SRCDIR)/nir/nir_opcodes.c \
        $(GLSL_SRCDIR)/nir/nir_opcodes.h \
+       $(GLSL_SRCDIR)/nir/nir_opt_constant_folding.c \
        $(GLSL_SRCDIR)/nir/nir_opt_copy_propagate.c \
        $(GLSL_SRCDIR)/nir/nir_opt_cse.c \
        $(GLSL_SRCDIR)/nir/nir_opt_dce.c \
        $(GLSL_SRCDIR)/nir/nir_opt_global_to_local.c \
-       $(GLSL_SRCDIR)/nir/nir_opt_peephole_ffma.c \
        $(GLSL_SRCDIR)/nir/nir_opt_peephole_select.c \
        $(GLSL_SRCDIR)/nir/nir_print.c \
        $(GLSL_SRCDIR)/nir/nir_remove_dead_variables.c \
+       $(GLSL_SRCDIR)/nir/nir_search.c \
+       $(GLSL_SRCDIR)/nir/nir_search.h \
        $(GLSL_SRCDIR)/nir/nir_split_var_copies.c \
        $(GLSL_SRCDIR)/nir/nir_to_ssa.c \
        $(GLSL_SRCDIR)/nir/nir_validate.c \
        $(GLSL_SRCDIR)/nir/nir_types.cpp \
-       $(GLSL_SRCDIR)/nir/glsl_to_nir.cpp
+       $(GLSL_SRCDIR)/nir/glsl_to_nir.cpp \
+       $(NIR_GENERATED_FILES)
 
 # libglsl