i965: Correct the name and usage of the flag subregister number field.
authorEric Anholt <eric@anholt.net>
Thu, 6 Dec 2012 18:55:26 +0000 (10:55 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Dec 2012 18:12:41 +0000 (10:12 -0800)
commitf606a42a3cad9dad27c207864417bcb20efa5c2e
treed041c48ca9e0a7aa2eb024bbfab290a17997e64a
parent7d404a4bd8feb1a6575774d8eec7bc993c8e095e
i965: Correct the name and usage of the flag subregister number field.

We've been calling it a register number, it's actually the subregister,
and things will get confusing once we start using it if it isn't fixed.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_disasm.c
src/mesa/drivers/dri/i965/brw_eu_compact.c
src/mesa/drivers/dri/i965/brw_structs.h
src/mesa/drivers/dri/i965/test_eu_compact.c