summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.h
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/sp_context.h
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/sp_context.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.h2
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 153a648b0e..b76ff610a3 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;