i965/vs: Remove dead fields of src_reg.

These were copy and pasted from the FS, and are never used.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2011-09-06 11:56:53 -07:00
parent f0c04e6c22
commit 63bc443f8a

View file

@ -83,9 +83,7 @@ public:
int reg_offset;
/** Register type. BRW_REGISTER_TYPE_* */
int type;
bool sechalf;
struct brw_reg fixed_hw_reg;
int smear; /* -1, or a channel of the reg to smear to all channels. */
/** Value for file == BRW_IMMMEDIATE_FILE */
union {