Re: [Mesa-dev] [PATCH] i965: Change the type of max_{vs, hs, ...}_threads variables to unsigned

2015-07-29 Thread Matt Turner
On Wed, Jul 29, 2015 at 10:11 AM, Anuj Phogat anuj.pho...@gmail.com wrote: Fixes following compiler warning: brw_cs.cpp:386:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Signed-off-by: Anuj Phogat anuj.pho...@gmail.com Cc: Matt Turner

[Mesa-dev] [PATCH] i965: Change the type of max_{vs, hs, ...}_threads variables to unsigned

2015-07-29 Thread Anuj Phogat
Fixes following compiler warning: brw_cs.cpp:386:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Signed-off-by: Anuj Phogat anuj.pho...@gmail.com Cc: Matt Turner matts...@gmail.com --- src/mesa/drivers/dri/i965/brw_context.h | 12 ++--