fix for renderbuffer (Andreas Stenglein)
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 5 May 2005 17:13:18 +0000 (17:13 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 5 May 2005 17:13:18 +0000 (17:13 +0000)
src/mesa/drivers/dri/common/spantmp2.h

index e15491d1add21bd8ad8f0d90d915e5ace14d9f9d..b2b31863090b6dad884fdbdf05d35a06c2a87851 100644 (file)
@@ -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