diff options
author | Keith Whitwell <[email protected]> | 2008-04-19 17:16:41 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-19 17:16:41 +0100 |
commit | dcf6f776ce32b89b7ff784bb38030bd29698e005 (patch) | |
tree | 9d784ae2c360bf75cb2eca3066de505457d4404c /src/gallium/auxiliary/draw/draw_pipe.c | |
parent | 2dae208fb19e79c7446a29ee5dee53e50283b57c (diff) |
draw: make draw_reset_vertex_ids private to the draw_pipe_* code
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pipe.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pipe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pipe.c b/src/gallium/auxiliary/draw/draw_pipe.c index 3fae9085146..0c0840af0cc 100644 --- a/src/gallium/auxiliary/draw/draw_pipe.c +++ b/src/gallium/auxiliary/draw/draw_pipe.c @@ -196,6 +196,8 @@ static void do_triangle( struct draw_context *draw, /* Reset vertex ids. This is basically a type of flush. + * + * Called only from draw_pipe_vbuf.c */ void draw_reset_vertex_ids(struct draw_context *draw) { |