summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-24 20:19:18 +0100
committerKeith Whitwell <keithw@vmware.com>2009-07-24 20:19:18 +0100
commita2f7ab1d155da52c689f7c6390c233e4eae44643 (patch)
treed8f65272e94cb387286e45f1d6224a326490cac1 /src/gallium/drivers/softpipe/Makefile
parent42f1757189ba965e6d917d1124d0d6cf78b19a70 (diff)
softpipe: move all color-combine code into sp_quad_blend.c
Consolidate the read-modify-write color combining code from the blend, colormask and output stages.
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r--src/gallium/drivers/softpipe/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile
index 516e3992fd..bdc1a5819f 100644
--- a/src/gallium/drivers/softpipe/Makefile
+++ b/src/gallium/drivers/softpipe/Makefile
@@ -15,17 +15,15 @@ C_SOURCES = \
sp_prim_setup.c \
sp_prim_vbuf.c \
sp_quad_pipe.c \
- sp_quad_alpha_test.c \
- sp_quad_blend.c \
- sp_quad_colormask.c \
- sp_quad_coverage.c \
- sp_quad_depth_test.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_output.c \
- sp_quad_stencil.c \
- sp_quad_stipple.c \
+ sp_quad_coverage.c \
+ sp_quad_blend.c \
sp_screen.c \
sp_setup.c \
sp_state_blend.c \