new comments
authorBrian <brian.paul@tungstengraphics.com>
Thu, 8 Nov 2007 23:32:24 +0000 (16:32 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 8 Nov 2007 23:32:24 +0000 (16:32 -0700)
src/mesa/pipe/draw/draw_private.h

index dc4057b..89d2929 100644 (file)
@@ -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;