Re: [Mesa-dev] [PATCH] mesa: fix signed/unsigned integer comparison warnings

2011-11-08 Thread Ian Romanick
On 11/08/2011 07:23 AM, Brian Paul wrote: Some of these were existing warnings (e.g., cols and rows in _mesa_uniform_matrix) that I had meant to fix in a follow-on patch. In all the chaos of getting this code read to commit, I forgot. Thanks for following up. Reviewed-by: Ian Romanick -

[Mesa-dev] [PATCH] mesa: fix signed/unsigned integer comparison warnings

2011-11-08 Thread Brian Paul
--- src/mesa/main/uniform_query.cpp | 12 src/mesa/main/uniforms.h|2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index 2ff8207..388e81a 100644 --- a/src/mesa/main/uniform_query.cpp +