i965/fs: Emit MADs from (x + -(y * z)).
[mesa.git] / src / glsl / Makefile.sources
index b9652d27d70e22ff30f2c8a647e68d7ededc29e7..006e94721883b932aa6baa52a75c3372f29b5e15 100644 (file)
@@ -13,14 +13,46 @@ 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 \
+       $(GLSL_SRCDIR)/nir/nir_dominance.c \
+       $(GLSL_SRCDIR)/nir/nir_from_ssa.c \
        $(GLSL_SRCDIR)/nir/nir_intrinsics.c \
        $(GLSL_SRCDIR)/nir/nir_intrinsics.h \
+       $(GLSL_SRCDIR)/nir/nir_live_variables.c \
+       $(GLSL_SRCDIR)/nir/nir_lower_atomics.c \
+       $(GLSL_SRCDIR)/nir/nir_lower_global_vars_to_local.c \
+       $(GLSL_SRCDIR)/nir/nir_lower_locals_to_regs.c \
+       $(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_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_types.cpp
+       $(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_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 \
+       $(NIR_GENERATED_FILES)
 
 # libglsl