From: Thomas Hellstrom Date: Tue, 20 Jan 2009 10:40:51 +0000 (+0100) Subject: Add a comment about _tnl_emit_indexed_vertices_to_buffer. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=437fa85ba3611606ae8a8ac4aa4d634c91d2966d;p=mesa.git Add a comment about _tnl_emit_indexed_vertices_to_buffer. --- 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,