mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.
authorEric Anholt <eric@anholt.net>
Mon, 23 Jan 2012 23:27:36 +0000 (15:27 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 25 Jan 2012 00:23:22 +0000 (16:23 -0800)
commit86ca4f9cb66aa39c196ae5fc37f6a270d9a1156f
tree58f98c25b5444708715d22144605a0f47b1cbb63
parent9f1e64d0856129374b00bd97685f22e092d6442d
mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.

Suggested-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texgetimage.c