diff options
author | Keith Whitwell <[email protected]> | 2009-07-24 20:19:18 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-07-24 20:19:18 +0100 |
commit | a2f7ab1d155da52c689f7c6390c233e4eae44643 (patch) | |
tree | d8f65272e94cb387286e45f1d6224a326490cac1 /src/gallium/drivers/softpipe/sp_context.h | |
parent | 42f1757189ba965e6d917d1124d0d6cf78b19a70 (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/sp_context.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index 153a648b0ef..b76ff610a3f 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -123,8 +123,6 @@ struct softpipe_context { struct quad_stage *occlusion; struct quad_stage *coverage; struct quad_stage *blend; - struct quad_stage *colormask; - struct quad_stage *output; struct quad_stage *first; /**< points to one of the above stages */ } quad; |