softpipe: use any_swizzle() helper in sp_tex_sample.c
[mesa.git] / src / gallium / drivers / softpipe / Makefile
index 35d426aa3ea56a8a246e71f599b6c319958b2b65..bcafa3c7fcb0604da4ecdaf3865df95e2c344cf4 100644 (file)
@@ -5,7 +5,6 @@ LIBNAME = softpipe
 
 C_SOURCES = \
        sp_fs_exec.c \
-       sp_fs_sse.c \
        sp_clear.c \
        sp_fence.c \
        sp_flush.c \
@@ -19,12 +18,12 @@ C_SOURCES = \
        sp_quad_fs.c \
        sp_quad_blend.c \
        sp_screen.c \
-        sp_setup.c \
+       sp_setup.c \
        sp_state_blend.c \
        sp_state_clip.c \
        sp_state_derived.c \
-       sp_state_fs.c \
        sp_state_sampler.c \
+       sp_state_shader.c \
        sp_state_so.c \
        sp_state_rasterizer.c \
        sp_state_surface.c \
@@ -36,3 +35,6 @@ C_SOURCES = \
        sp_surface.c
 
 include ../../Makefile.template
+
+# FIXME: Remove when this driver is converted to automake.
+all: default