summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstore.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-07-08 10:00:01 -0600
committerBrian Paul <[email protected]>2013-07-12 08:19:50 -0600
commit5b0fbf1b0be58672db14c2da965d8c0c323eab29 (patch)
tree646767f7b0b37d2087dd2d70869f0f15fb4cb267 /src/mesa/main/texstore.c
parent721f47227e2c5affded50ea41b33aa050ef6b5b6 (diff)
mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r--src/mesa/main/texstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index 9b66ad50b96..04385e1e9c6 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");