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.
This commit is contained in:
Keith Whitwell
2009-07-24 20:19:18 +01:00
parent 42f1757189
commit a2f7ab1d15
10 changed files with 734 additions and 979 deletions

View File

@@ -18,13 +18,11 @@ softpipe = env.ConvenienceLibrary(
'sp_quad_alpha_test.c',
'sp_quad_blend.c',
'sp_quad_pipe.c',
'sp_quad_colormask.c',
'sp_quad_coverage.c',
'sp_quad_depth_test.c',
'sp_quad_earlyz.c',
'sp_quad_fs.c',
'sp_quad_occlusion.c',
'sp_quad_output.c',
'sp_quad_stencil.c',
'sp_quad_stipple.c',
'sp_query.c',