i965/vs: Remove dead fields of src_reg.
authorEric Anholt <eric@anholt.net>
Tue, 6 Sep 2011 18:56:53 +0000 (11:56 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 20 Sep 2011 18:28:56 +0000 (11:28 -0700)
These were copy and pasted from the FS, and are never used.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_vec4.h

index 058615f089e831d8198c070d95388608cedd9c51..317c981a40a3f5ab62e7ef05dc99a21d6139dd7a 100644 (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 {