Module: Mesa
Branch: master
Commit: e735dfd35b036b3427ba6c73f482f75062a3d75f
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e735dfd35b036b3427ba6c73f482f75062a3d75f

Author: Brian Paul <bri...@vmware.com>
Date:   Fri Dec 13 12:51:10 2013 -0700

mesa: s/uint/GLuint/ to fix MSVC error

---

 src/mesa/main/textureview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/textureview.c b/src/mesa/main/textureview.c
index 5c08b1a..ab1bcfe 100644
--- a/src/mesa/main/textureview.c
+++ b/src/mesa/main/textureview.c
@@ -169,7 +169,7 @@ static const struct internal_format_class_info 
s3tc_compatible_internal_formats[
 static GLenum
 lookup_view_class(struct gl_context *ctx, GLenum internalformat)
 {
-   uint i;
+   GLuint i;
 
    for (i = 0; i < ARRAY_SIZE(compatible_internal_formats); i++) {
       if (compatible_internal_formats[i].internal_format == internalformat)

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to