summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-01 17:13:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-01 17:13:12 +0000
commit41c310b20a97a9719100f61c6871e9fd4b3ff5f9 (patch)
tree13d3d9ecf8168d63fe9588f2fbc2a9ff8da39cd1 /src/mesa/tnl/t_context.h
parent4d1b773dd32bc03dc386a66764217b7bdade6cf6 (diff)
whitespace changes and new comments
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 33c4e06985..1d148be214 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -83,6 +83,11 @@
#define MAX_PIPELINE_STAGES 30
+/*
+ * Note: The first attributes match the VERT_ATTRIB_* definitions
+ * in mtypes.h. However, the tnl module has additional attributes
+ * for materials, color indexes, edge flags, etc.
+ */
enum {
_TNL_ATTRIB_POS = 0,
_TNL_ATTRIB_WEIGHT = 1,