Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"
[mesa.git] / src / glsl / Makefile.sources
index 2e81deddabb9c79ee4a6a0ff78f38c14cdacab38..5945590a57e4501289dc69b9b72998ac77394f1a 100644 (file)
@@ -67,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 \
@@ -99,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