summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-27 08:17:45 +0100
committerKeith Whitwell <keithw@vmware.com>2009-07-27 08:17:45 +0100
commitbac8e34c9e4077d370923773d67fe565ce154849 (patch)
treed3a6225031b3b4a976853617dad0079a79632042 /src/gallium/drivers/softpipe/sp_context.h
parent85613cc4f14de968ddd503610c5b8fcc77234c81 (diff)
softpipe: move all depth/stencil/alpha pixel processing into one stage
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h
index b76ff610a3..fa3306c020 100644
--- a/src/gallium/drivers/softpipe/sp_context.h
+++ b/src/gallium/drivers/softpipe/sp_context.h
@@ -114,14 +114,8 @@ struct softpipe_context {
/** Software quad rendering pipeline */
struct {
- struct quad_stage *polygon_stipple;
- struct quad_stage *earlyz;
struct quad_stage *shade;
- struct quad_stage *alpha_test;
- struct quad_stage *stencil_test;
struct quad_stage *depth_test;
- struct quad_stage *occlusion;
- struct quad_stage *coverage;
struct quad_stage *blend;
struct quad_stage *first; /**< points to one of the above stages */