softpipe: fix texture view crashes
[mesa.git] / src / gallium / drivers / softpipe / Makefile.sources
index efe88468e3f9d9bae37ef405010d431958daaaa4..e405ef27f850723819b44af40aa2d9cc3dca790b 100644 (file)
@@ -1,8 +1,11 @@
 C_SOURCES := \
+       sp_buffer.c \
+       sp_buffer.h \
        sp_clear.c \
        sp_clear.h \
        sp_context.c \
        sp_context.h \
+       sp_compute.c \
        sp_draw_arrays.c \
        sp_fence.c \
        sp_fence.h \
@@ -11,6 +14,7 @@ C_SOURCES := \
        sp_fs_exec.c \
        sp_fs.h \
        sp_image.c \
+       sp_image.h \
        sp_limits.h \
        sp_prim_vbuf.c \
        sp_prim_vbuf.h \