summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-27 08:17:45 +0100
committerKeith Whitwell <keithw@vmware.com>2009-07-27 08:17:45 +0100
commitbac8e34c9e4077d370923773d67fe565ce154849 (patch)
treed3a6225031b3b4a976853617dad0079a79632042 /src/gallium/drivers/softpipe/Makefile
parent85613cc4f14de968ddd503610c5b8fcc77234c81 (diff)
softpipe: move all depth/stencil/alpha pixel processing into one stage
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r--src/gallium/drivers/softpipe/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile
index bdc1a5819f..48522abe98 100644
--- a/src/gallium/drivers/softpipe/Makefile
+++ b/src/gallium/drivers/softpipe/Makefile
@@ -16,13 +16,8 @@ C_SOURCES = \
sp_prim_vbuf.c \
sp_quad_pipe.c \
sp_quad_stipple.c \
- sp_quad_earlyz.c \
sp_quad_depth_test.c \
- sp_quad_stencil.c \
sp_quad_fs.c \
- sp_quad_alpha_test.c \
- sp_quad_occlusion.c \
- sp_quad_coverage.c \
sp_quad_blend.c \
sp_screen.c \
sp_setup.c \