softpipe: move all color-combine code into sp_quad_blend.c
authorKeith Whitwell <keithw@vmware.com>
Fri, 24 Jul 2009 19:19:18 +0000 (20:19 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 24 Jul 2009 19:19:18 +0000 (20:19 +0100)
commita2f7ab1d155da52c689f7c6390c233e4eae44643
treed8f65272e94cb387286e45f1d6224a326490cac1
parent42f1757189ba965e6d917d1124d0d6cf78b19a70
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.
src/gallium/drivers/softpipe/Makefile
src/gallium/drivers/softpipe/SConscript
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/softpipe/sp_context.h
src/gallium/drivers/softpipe/sp_quad_blend.c
src/gallium/drivers/softpipe/sp_quad_bufloop.c [deleted file]
src/gallium/drivers/softpipe/sp_quad_colormask.c [deleted file]
src/gallium/drivers/softpipe/sp_quad_coverage.c
src/gallium/drivers/softpipe/sp_quad_output.c [deleted file]
src/gallium/drivers/softpipe/sp_quad_pipe.c