summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/generic/g_headers.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-05-25 15:45:21 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-05-25 15:45:21 -0600
commit00d5334899010b0e7c0ba53fdc9b112d20f6c34b (patch)
tree54fa9dbdc0f2c0800d25add27ffb7885236d9280 /src/mesa/softpipe/generic/g_headers.h
parentcbe4dbef8e8e9ff29d64ca588e81c2bb079d99f1 (diff)
Add some comments to explain things, code clarifications.
Also, add quad.facing field for front/back facing. See comments for details.
Diffstat (limited to 'src/mesa/softpipe/generic/g_headers.h')
-rw-r--r--src/mesa/softpipe/generic/g_headers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/softpipe/generic/g_headers.h b/src/mesa/softpipe/generic/g_headers.h
index 1db325a4ab..96ff52a453 100644
--- a/src/mesa/softpipe/generic/g_headers.h
+++ b/src/mesa/softpipe/generic/g_headers.h
@@ -93,6 +93,7 @@ struct quad_header {
GLint x0;
GLint y0;
GLuint mask;
+ GLuint facing; /**< Front or back facing? */
struct {
GLfloat color[4][QUAD_SIZE]; /* rrrr, gggg, bbbb, aaaa */