Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"
[mesa.git] / src / glsl / Makefile.sources
index 744b0adcf5a901b837deb06eff10a5096ed99423..5945590a57e4501289dc69b9b72998ac77394f1a 100644 (file)
@@ -33,6 +33,7 @@ LIBGLSL_FILES = \
        $(GLSL_SRCDIR)/ir_clone.cpp \
        $(GLSL_SRCDIR)/ir_constant_expression.cpp \
        $(GLSL_SRCDIR)/ir.cpp \
+       $(GLSL_SRCDIR)/ir_equals.cpp \
        $(GLSL_SRCDIR)/ir_expression_flattening.cpp \
        $(GLSL_SRCDIR)/ir_function_can_inline.cpp \
        $(GLSL_SRCDIR)/ir_function_detect_recursion.cpp \
@@ -66,6 +67,7 @@ LIBGLSL_FILES = \
        $(GLSL_SRCDIR)/lower_jumps.cpp \
        $(GLSL_SRCDIR)/lower_mat_op_to_vec.cpp \
        $(GLSL_SRCDIR)/lower_noise.cpp \
+       $(GLSL_SRCDIR)/lower_offset_array.cpp \
        $(GLSL_SRCDIR)/lower_packed_varyings.cpp \
        $(GLSL_SRCDIR)/lower_named_interface_blocks.cpp \
        $(GLSL_SRCDIR)/lower_packing_builtins.cpp \
@@ -98,6 +100,7 @@ LIBGLSL_FILES = \
        $(GLSL_SRCDIR)/opt_structure_splitting.cpp \
        $(GLSL_SRCDIR)/opt_swizzle_swizzle.cpp \
        $(GLSL_SRCDIR)/opt_tree_grafting.cpp \
+       $(GLSL_SRCDIR)/opt_vectorize.cpp \
        $(GLSL_SRCDIR)/s_expression.cpp \
        $(GLSL_SRCDIR)/strtod.c