diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-24 14:34:40 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-24 14:34:40 -0600 |
commit | 11ce6244a79106c592364b30434b6ddade3fd6bb (patch) | |
tree | cd46d9357503d6cbd32133f5b037ad569974d505 /src/mesa/pipe/p_context.h | |
parent | 3733b1f2e95642b47218604aee6a34eacb0c7293 (diff) |
Undo indexOffset change (I think, git???)
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r-- | src/mesa/pipe/p_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h index 2558a6341c..08082f9367 100644 --- a/src/mesa/pipe/p_context.h +++ b/src/mesa/pipe/p_context.h @@ -71,7 +71,7 @@ struct pipe_context { boolean (*draw_elements)( struct pipe_context *pipe, struct pipe_buffer_handle *indexBuffer, - unsigned indexSize, + unsigned indexSize, unsigned indexOffset, unsigned mode, unsigned start, unsigned count); /** Clear a surface to given value (no scissor; clear whole surface) */ |