diff options
Diffstat (limited to 'src/mesa/drivers/dri/common/depthtmp.h')
-rw-r--r-- | src/mesa/drivers/dri/common/depthtmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/common/depthtmp.h b/src/mesa/drivers/dri/common/depthtmp.h index ec79aca30f7..ad26e6b8914 100644 --- a/src/mesa/drivers/dri/common/depthtmp.h +++ b/src/mesa/drivers/dri/common/depthtmp.h @@ -111,7 +111,7 @@ static void TAG(WriteDepthPixels)( GLcontext *ctx, { HW_WRITE_LOCK() { - GLint i; + GLuint i; LOCAL_DEPTH_VARS; if ( DBG ) fprintf( stderr, "WriteDepthPixels\n" ); @@ -178,7 +178,7 @@ static void TAG(ReadDepthPixels)( GLcontext *ctx, GLuint n, { HW_READ_LOCK() { - GLint i; + GLuint i; LOCAL_DEPTH_VARS; if ( DBG ) fprintf( stderr, "ReadDepthPixels\n" ); |