summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2009-01-20 11:40:51 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2009-01-20 11:40:51 +0100
commit437fa85ba3611606ae8a8ac4aa4d634c91d2966d (patch)
treeaa66e08ae2d07656465d4865e026d17583cd964d
parentb00477acf3546242cd183630bd55a49085bbb3ed (diff)
Add a comment about _tnl_emit_indexed_vertices_to_buffer.
-rw-r--r--src/mesa/tnl/t_vertex.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h
index 16071fb6955..2dfd7b57f01 100644
--- a/src/mesa/tnl/t_vertex.h
+++ b/src/mesa/tnl/t_vertex.h
@@ -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,