fix softpipe_clear() to handle ps->offset!=0 (such as when rendering to texture and...
[mesa.git] / src / mesa / pipe / softpipe / Makefile
index ffa31102d55cce390a1bc71cacc2d02a3f60abfc..63eb6b576157966ef2df5b30f48ffd8a25065547 100644 (file)
@@ -10,6 +10,7 @@ DRIVER_SOURCES = \
        sp_context.c \
        sp_draw_arrays.c \
        sp_prim_setup.c \
+       sp_prim_vbuf.c \
        sp_quad.c \
        sp_quad_alpha_test.c \
        sp_quad_blend.c \
@@ -26,9 +27,10 @@ DRIVER_SOURCES = \
        sp_state_blend.c \
        sp_state_clip.c \
        sp_state_derived.c \
+       sp_state_feedback.c \
        sp_state_fs.c \
        sp_state_sampler.c \
-       sp_state_setup.c \
+       sp_state_rasterizer.c \
        sp_state_surface.c \
        sp_state_vertex.c \
        sp_tex_layout.c \