i965/fs: Emit MADs from (x + -(y * z)).
[mesa.git] / src / glsl / Makefile.sources
index 201330db269b041e6737a3a86c283d02b889a633..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 \
@@ -28,16 +31,17 @@ NIR_FILES = \
        $(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \
        $(GLSL_SRCDIR)/nir/nir_lower_system_values.c \
        $(GLSL_SRCDIR)/nir/nir_lower_to_source_mods.c \
-       $(GLSL_SRCDIR)/nir/nir_lower_variables.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 \
@@ -47,7 +51,8 @@ NIR_FILES = \
        $(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