Remove CVS keywords.
[mesa.git] / src / mesa / drivers / dri / r128 / r128_span.c
index 25e57133cc3ad7a4045bc7877e00aab84d3ee8ed..c5b6480db9e3885d1a953164cdf3352480850a87 100644 (file)
@@ -1,4 +1,3 @@
-/* $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_span.c,v 1.8 2002/10/30 12:51:39 alanh Exp $ */
 /**************************************************************************
 
 Copyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,
@@ -209,7 +208,7 @@ do {                                                                        \
  */
 #define WRITE_DEPTH_SPAN()                                             \
 do {                                                                   \
-   GLint buf[n];                                                       \
+   GLuint buf[n];                                                      \
    GLint i;                                                            \
    GLuint *readbuf = (GLuint *)((GLubyte *)sPriv->pFB +                        \
                                r128scrn->spanOffset);                  \
@@ -228,7 +227,7 @@ do {                                                                        \
 
 #define WRITE_DEPTH_PIXELS()                                           \
 do {                                                                   \
-   GLint buf[n];                                                       \
+   GLuint buf[n];                                                      \
    GLint ox[MAX_WIDTH];                                                        \
    GLint oy[MAX_WIDTH];                                                        \
    GLuint *readbuf = (GLuint *)((GLubyte *)sPriv->pFB +                        \
@@ -309,7 +308,7 @@ do {                                                                        \
  */
 #define WRITE_STENCIL_SPAN()                                           \
 do {                                                                   \
-   GLint buf[n];                                                       \
+   GLuint buf[n];                                                      \
    GLint i;                                                            \
    GLuint *readbuf = (GLuint *)((GLubyte *)sPriv->pFB +                        \
                                r128scrn->spanOffset);                  \
@@ -328,7 +327,7 @@ do {                                                                        \
 
 #define WRITE_STENCIL_PIXELS()                                         \
 do {                                                                   \
-   GLint buf[n];                                                       \
+   GLuint buf[n];                                                      \
    GLint ox[MAX_WIDTH];                                                        \
    GLint oy[MAX_WIDTH];                                                        \
    GLuint *readbuf = (GLuint *)((GLubyte *)sPriv->pFB +                        \