summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-01 16:29:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-01 16:29:18 +0000
commita7de8b6776ed0fe7e79075d780f810109335fb1f (patch)
tree4bbd0adcb4a81367d2232e506a03fa3410d48958
parent8a039ffe0ad8ed6c919aafbbded3d6249d894d16 (diff)
added minor comments
-rw-r--r--src/mesa/tnl/t_context.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 91fd42c46c7..54f13e46490 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -1,4 +1,4 @@
-/* $Id: t_context.h,v 1.26 2001/05/31 23:03:05 brianp Exp $ */
+/* $Id: t_context.h,v 1.27 2001/06/01 16:29:18 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -436,7 +436,9 @@ struct tnl_device_driver {
render_func *RenderTabElts;
/* Render whole unclipped primitives (points, lines, linestrips,
* lineloops, etc). The tables are indexed by the GL enum of the
- * primitive to be rendered.
+ * primitive to be rendered. RenderTabVerts is used for non-indexed
+ * arrays of vertices. RenderTabElts is used for indexed arrays of
+ * vertices.
*/
void (*ResetLineStipple)( GLcontext *ctx );