nv20: set surface status in clear()
[mesa.git] / src / gallium / drivers / softpipe / Makefile
index 31438a882e62d2fbaa268dad6d37a8d1a97b9e0b..120bdfd9dd21081bdf0a6f27cad27f5485a2e03d 100644 (file)
@@ -1,10 +1,12 @@
-
 TOP = ../../../..
 include $(TOP)/configs/current
 
 LIBNAME = softpipe
 
-DRIVER_SOURCES = \
+C_SOURCES = \
+       sp_fs_exec.c \
+       sp_fs_sse.c \
+       sp_fs_llvm.c \
        sp_clear.c \
        sp_flush.c \
        sp_query.c \
@@ -15,7 +17,6 @@ DRIVER_SOURCES = \
        sp_quad.c \
        sp_quad_alpha_test.c \
        sp_quad_blend.c \
-       sp_quad_bufloop.c \
        sp_quad_colormask.c \
        sp_quad_coverage.c \
        sp_quad_depth_test.c \
@@ -25,6 +26,8 @@ DRIVER_SOURCES = \
        sp_quad_output.c \
        sp_quad_stencil.c \
        sp_quad_stipple.c \
+       sp_screen.c \
+        sp_setup.c \
        sp_state_blend.c \
        sp_state_clip.c \
        sp_state_derived.c \
@@ -38,13 +41,7 @@ DRIVER_SOURCES = \
        sp_tile_cache.c \
        sp_surface.c 
 
-C_SOURCES = \
-       $(COMMON_SOURCES) \
-       $(DRIVER_SOURCES)
-
-ASM_SOURCES = 
-
-include ../Makefile.template
+include ../../Makefile.template
 
 symlinks: