diff options
author | Brian <[email protected]> | 2007-07-13 10:33:48 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-13 10:33:48 -0600 |
commit | 46bba80a54afbcabc0f064433cc2194473661c30 (patch) | |
tree | 3171f28650d274d28b2605797a505cff6e351922 /src/mesa/pipe/softpipe/sp_context.h | |
parent | 5796056e289c5a698a1883586c7acde36f86618f (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.h | 1 |
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 38f2977bd85..ef1a06ccaf6 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; |