diff options
Diffstat (limited to 'src/mesa/drivers/dri/common/spantmp.h')
-rw-r--r-- | src/mesa/drivers/dri/common/spantmp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/common/spantmp.h b/src/mesa/drivers/dri/common/spantmp.h index 94126ecbaf3..96f26333fcb 100644 --- a/src/mesa/drivers/dri/common/spantmp.h +++ b/src/mesa/drivers/dri/common/spantmp.h @@ -145,7 +145,7 @@ static void TAG(WriteRGBAPixels)( const GLcontext *ctx, { HW_WRITE_LOCK() { - GLint i; + GLuint i; LOCAL_VARS; if (DBG) fprintf(stderr, "WriteRGBAPixels\n"); @@ -229,7 +229,7 @@ static void TAG(WriteMonoRGBAPixels)( const GLcontext *ctx, { HW_WRITE_LOCK() { - GLint i; + GLuint i; LOCAL_VARS; INIT_MONO_PIXEL(p, color); @@ -293,7 +293,7 @@ static void TAG(ReadRGBAPixels)( const GLcontext *ctx, { HW_READ_LOCK() { - GLint i; + GLuint i; LOCAL_VARS; if (DBG) fprintf(stderr, "ReadRGBAPixels\n"); |