Add a comment about _tnl_emit_indexed_vertices_to_buffer.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Tue, 20 Jan 2009 10:40:51 +0000 (11:40 +0100)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Tue, 20 Jan 2009 10:40:51 +0000 (11:40 +0100)
src/mesa/tnl/t_vertex.h

index 16071fb69550234db28b5d7908ca161090e7de69..2dfd7b57f01d5d53a6010797f686d2631d461a47 100644 (file)
@@ -118,6 +118,12 @@ extern void *_tnl_emit_vertices_to_buffer( GLcontext *ctx,
                                           GLuint start,
                                           GLuint end,
                                           void *dest );
+
+/* This function isn't optimal. Check out 
+ * gallium/auxilary/translate for a more comprehensive implementation of
+ * the same functionality.
+ */
+  
 extern void *_tnl_emit_indexed_vertices_to_buffer( GLcontext *ctx,
                                                   const GLuint *elts,
                                                   GLuint start,