diff options
author | Brian Paul <[email protected]> | 2005-09-30 03:00:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-30 03:00:03 +0000 |
commit | f493a04be0e004bb07f84b2e28124ed8cb6a9b38 (patch) | |
tree | 004499d78bfe8bd7222c23f93b2e7d73b8899767 /src/mesa/swrast/s_span.h | |
parent | 1ad6e0809069833f17578a9751ac8408362d410c (diff) |
added _swrast_get_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 0c853746b82..40a57e1ae53 100644 --- a/src/mesa/swrast/s_span.h +++ b/src/mesa/swrast/s_span.h @@ -77,4 +77,9 @@ _swrast_put_row(GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const GLvoid *values, GLuint valueSize); +extern void +_swrast_get_row(GLcontext *ctx, struct gl_renderbuffer *rb, + GLuint count, GLint x, GLint y, + GLvoid *values, GLuint valueSize); + #endif |