summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_headers.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_headers.h
parent5796056e289c5a698a1883586c7acde36f86618f (diff)
Implement AA points and AA coverage application in quad pipeline.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_headers.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_headers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_headers.h b/src/mesa/pipe/softpipe/sp_headers.h
index cd2dc984c5..bcc0f99add 100644
--- a/src/mesa/pipe/softpipe/sp_headers.h
+++ b/src/mesa/pipe/softpipe/sp_headers.h
@@ -81,6 +81,8 @@ struct quad_header {
GLfloat depth[QUAD_SIZE];
} outputs;
+ GLfloat coverage[QUAD_SIZE]; /** fragment coverage for antialiasing */
+
const struct setup_coefficient *coef;
const enum interp_mode *interp; /* XXX: this information should be