summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-08 16:32:24 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-08 16:32:24 -0700
commit48863cdd0a912f34d54bdc312485241a970a9fba (patch)
tree0df47e9c315b333d609cd41389d804bd6807518b /src
parent03f4a487dd53f7d76830665e98fdbc9313d7c9b2 (diff)
new comments
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/draw/draw_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h
index dc4057bff3..89d292901e 100644
--- a/src/mesa/pipe/draw/draw_private.h
+++ b/src/mesa/pipe/draw/draw_private.h
@@ -224,8 +224,8 @@ struct draw_context
*/
struct {
struct {
- unsigned elt;
- struct vertex_header *dest;
+ unsigned elt; /**< index into the user's vertex arrays */
+ struct vertex_header *dest; /**< points into vcache.vertex[] array */
} queue[VS_QUEUE_LENGTH];
unsigned queue_nr;
} vs;