i965: Change the type of max_{vs, hs, ...}_threads variables to unsigned
authorAnuj Phogat <anuj.phogat@gmail.com>
Wed, 29 Jul 2015 16:57:26 +0000 (09:57 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Wed, 29 Jul 2015 21:46:31 +0000 (14:46 -0700)
commit92994742d079bffdc4c25fdc5a22c7438b7da9c7
treebbd5c9505617c9ca529bfd5753889ccacaf6a8c7
parent2484263fe97cebc9fa7a5c9de04c757dc6cc7713
i965: Change the type of max_{vs, hs, ...}_threads variables to unsigned

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.phogat@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_cs.cpp