From 437fa85ba3611606ae8a8ac4aa4d634c91d2966d Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Tue, 20 Jan 2009 11:40:51 +0100 Subject: Add a comment about _tnl_emit_indexed_vertices_to_buffer. --- src/mesa/tnl/t_vertex.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h index 16071fb695..2dfd7b57f0 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, -- cgit v1.2.3