i965/fs: Fix signedness of local variables and arguments of emit_(un)spill.
authorFrancisco Jerez <currojerez@riseup.net>
Thu, 12 May 2016 07:39:06 +0000 (00:39 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Mon, 23 May 2016 21:05:20 +0000 (14:05 -0700)
commite98cf031149cd6031b3e22bc06be0a70550ac85b
treec67e14183cc5c32186c772b9dcd65f5646659a01
parentf471d3eedeeffd0dfcc4b9bdd6135f731cec96e9
i965/fs: Fix signedness of local variables and arguments of emit_(un)spill.

To avoid some some spurious warnings about comparison signedness in
the following commits.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp