diff options
Diffstat (limited to 'lib/mesa/src/gallium/drivers/softpipe')
-rw-r--r-- | lib/mesa/src/gallium/drivers/softpipe/Makefile.sources | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/mesa/src/gallium/drivers/softpipe/Makefile.sources b/lib/mesa/src/gallium/drivers/softpipe/Makefile.sources index e405ef27f..2af3d6af2 100644 --- a/lib/mesa/src/gallium/drivers/softpipe/Makefile.sources +++ b/lib/mesa/src/gallium/drivers/softpipe/Makefile.sources @@ -1,11 +1,8 @@ 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 \ @@ -13,8 +10,6 @@ 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 \ @@ -36,7 +31,6 @@ 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 \ |