diff options
author | Brian <[email protected]> | 2007-10-24 14:34:40 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-24 14:34:40 -0600 |
commit | 11ce6244a79106c592364b30434b6ddade3fd6bb (patch) | |
tree | cd46d9357503d6cbd32133f5b037ad569974d505 /src/mesa/pipe/softpipe/sp_state.h | |
parent | 3733b1f2e95642b47218604aee6a34eacb0c7293 (diff) |
Undo indexOffset change (I think, git???)
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h index c194f0ea0db..8747f34cdd9 100644 --- a/src/mesa/pipe/softpipe/sp_state.h +++ b/src/mesa/pipe/softpipe/sp_state.h @@ -131,7 +131,7 @@ boolean softpipe_draw_arrays(struct pipe_context *pipe, unsigned mode, boolean softpipe_draw_elements(struct pipe_context *pipe, struct pipe_buffer_handle *indexBuffer, - unsigned indexSize, + unsigned indexSize, unsigned indexOffset, unsigned mode, unsigned start, unsigned count); |