i965: Fix signedness of backend_reg::reg_offset.

And make it 16-bit so it packs nicely with the previous field.

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Francisco Jerez 2015-03-19 16:03:57 +02:00
parent 7e816c7feb
commit eb9bd3a1b0

View file

@ -77,7 +77,7 @@ struct backend_reg
*
* For uniforms, this is in units of 1 float.
*/
int reg_offset;
uint16_t reg_offset;
struct brw_reg fixed_hw_reg;