X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fsoftpipe%2FMakefile.sources;h=e405ef27f850723819b44af40aa2d9cc3dca790b;hb=00a56acc235e185bb3c7e2e0a7a731cc8f444044;hp=2af3d6af21a05b50b6ebf7a63ed28312d822ccfa;hpb=f7008a6c5ee35915bc66af2a05512eacff1a8eae;p=mesa.git diff --git a/src/gallium/drivers/softpipe/Makefile.sources b/src/gallium/drivers/softpipe/Makefile.sources index 2af3d6af21a..e405ef27f85 100644 --- a/src/gallium/drivers/softpipe/Makefile.sources +++ b/src/gallium/drivers/softpipe/Makefile.sources @@ -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 \