diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2009-01-20 11:40:51 +0100 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2009-01-20 11:40:51 +0100 |
commit | 437fa85ba3611606ae8a8ac4aa4d634c91d2966d (patch) | |
tree | aa66e08ae2d07656465d4865e026d17583cd964d /src/mesa/tnl/t_vertex.h | |
parent | b00477acf3546242cd183630bd55a49085bbb3ed (diff) |
Add a comment about _tnl_emit_indexed_vertices_to_buffer.
Diffstat (limited to 'src/mesa/tnl/t_vertex.h')
-rw-r--r-- | src/mesa/tnl/t_vertex.h | 6 |
1 files changed, 6 insertions, 0 deletions
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, |