Module: Mesa Branch: master Commit: 5b0fbf1b0be58672db14c2da965d8c0c323eab29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b0fbf1b0be58672db14c2da965d8c0c323eab29
Author: Brian Paul <bri...@vmware.com> Date: Mon Jul 8 10:00:01 2013 -0600 mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c --- src/mesa/main/texstore.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index 9b66ad5..04385e1 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -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"); _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit