mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c
authorBrian Paul <brianp@vmware.com>
Mon, 8 Jul 2013 16:00:01 +0000 (10:00 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 12 Jul 2013 14:19:50 +0000 (08:19 -0600)
src/mesa/main/texstore.c

index 9b66ad50b96f697bbe9c03cc3128c333a9031ad1..04385e1e9c6fea6abd233167c800184b6e040bc3 100644 (file)
@@ -4143,7 +4143,7 @@ _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims,
    const GLubyte *src;
    const gl_format texFormat = texImage->TexFormat;
    GLuint bw, bh;
-   GLuint slice;
+   GLint slice;
 
    if (dims == 1) {
       _mesa_problem(ctx, "Unexpected 1D compressed texsubimage call");