diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-05 17:13:18 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-05 17:13:18 +0000 |
commit | 203dcb733d36cc91107554b0d323ed8ccef6e105 (patch) | |
tree | 06703fe0977ec4aecc2dc7b02ac0b219aa0c63a0 /src/mesa/drivers/dri/common/spantmp2.h | |
parent | bd1d9d96b2c52948a4178e3bcbba2af251252890 (diff) |
fix for renderbuffer (Andreas Stenglein)
Diffstat (limited to 'src/mesa/drivers/dri/common/spantmp2.h')
-rw-r--r-- | src/mesa/drivers/dri/common/spantmp2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/common/spantmp2.h b/src/mesa/drivers/dri/common/spantmp2.h index e15491d1ad..b2b3186309 100644 --- a/src/mesa/drivers/dri/common/spantmp2.h +++ b/src/mesa/drivers/dri/common/spantmp2.h @@ -387,8 +387,8 @@ static void TAG(ReadRGBASpan)( GLcontext *ctx, ((SPANTMP_PIXEL_FMT == GL_RGB) && \ (SPANTMP_PIXEL_TYPE == GL_UNSIGNED_SHORT_5_6_5))) static void TAG2(ReadRGBASpan,_MMX)( GLcontext *ctx, - GLuint n, GLint x, GLint y, - GLubyte rgba[][4]) + struct gl_renderbuffer *rb, + GLuint n, GLint x, GLint y, void *values) { #ifndef USE_INNER_EMMS /* The EMMS instruction is directly in-lined here because using GCC's |