diff options
author | Francisco Jerez <[email protected]> | 2015-02-06 01:27:40 +0200 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2015-02-10 16:05:51 +0200 |
commit | 639696aa05df0b7f4bfb9e2e255863cd72effba3 (patch) | |
tree | f9b89b712cb12c24ee8b4f6b8e224ecc9bdb7423 /src/mesa/drivers/dri/i965/brw_ir_fs.h | |
parent | 4ed52e8bc418b7a378c31664343684e4401e0868 (diff) |
i965: Move up fs_inst::regs_written to backend_instruction.
It will also be useful in the VEC4 back-end.
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_ir_fs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_ir_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_ir_fs.h b/src/mesa/drivers/dri/i965/brw_ir_fs.h index 6ce2e017a9a..a85adaebe99 100644 --- a/src/mesa/drivers/dri/i965/brw_ir_fs.h +++ b/src/mesa/drivers/dri/i965/brw_ir_fs.h @@ -244,7 +244,6 @@ public: */ uint8_t flag_subreg; - uint8_t regs_written; /**< Number of vgrfs written by a SEND message, or 1 */ bool eot:1; bool force_uncompressed:1; bool force_sechalf:1; |