summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-13 10:33:48 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-13 10:33:48 -0600
commit46bba80a54afbcabc0f064433cc2194473661c30 (patch)
tree3171f28650d274d28b2605797a505cff6e351922 /src/mesa/pipe/softpipe/sp_context.h
parent5796056e289c5a698a1883586c7acde36f86618f (diff)
Implement AA points and AA coverage application in quad pipeline.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_context.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_context.h b/src/mesa/pipe/softpipe/sp_context.h
index 38f2977bd8..ef1a06ccaf 100644
--- a/src/mesa/pipe/softpipe/sp_context.h
+++ b/src/mesa/pipe/softpipe/sp_context.h
@@ -125,6 +125,7 @@ struct softpipe_context {
struct quad_stage *stencil_test;
struct quad_stage *depth_test;
struct quad_stage *occlusion;
+ struct quad_stage *coverage;
struct quad_stage *bufloop;
struct quad_stage *blend;
struct quad_stage *colormask;