softpipe: raise number of bits used for X coordinate texture lookup
[mesa.git] / src / gallium / drivers / softpipe / Makefile.sources
index 2af3d6af21a05b50b6ebf7a63ed28312d822ccfa..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 \
@@ -10,6 +13,8 @@ C_SOURCES := \
        sp_flush.h \
        sp_fs_exec.c \
        sp_fs.h \
+       sp_image.c \
+       sp_image.h \
        sp_limits.h \
        sp_prim_vbuf.c \
        sp_prim_vbuf.h \
@@ -31,6 +36,7 @@ C_SOURCES := \
        sp_state_blend.c \
        sp_state_clip.c \
        sp_state_derived.c \
+       sp_state_image.c \
        sp_state.h \
        sp_state_rasterizer.c \
        sp_state_sampler.c \