diff options
author | Brian Paul <[email protected]> | 2005-09-29 04:27:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-29 04:27:47 +0000 |
commit | 3fd819aef8139761ce86cb8d763de83a11c81b33 (patch) | |
tree | 4fbf344dce2a63749c4cd5c6812c7e8f81edfc53 /src/mesa/swrast/s_span.h | |
parent | 8d0edf015d82a705796389890f6fe9b32e19414c (diff) |
added _swrast_put_row()
Diffstat (limited to 'src/mesa/swrast/s_span.h')
-rw-r--r-- | src/mesa/swrast/s_span.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_span.h b/src/mesa/swrast/s_span.h index 1bba5aa53b3..0c853746b82 100644 --- a/src/mesa/swrast/s_span.h +++ b/src/mesa/swrast/s_span.h @@ -72,4 +72,9 @@ _swrast_get_values(GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], void *values, GLuint valueSize); +extern void +_swrast_put_row(GLcontext *ctx, struct gl_renderbuffer *rb, + GLuint count, GLint x, GLint y, + const GLvoid *values, GLuint valueSize); + #endif |