diff options
author | Francisco Jerez <[email protected]> | 2016-09-03 18:19:59 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2016-09-14 14:50:53 -0700 |
commit | 27cb6b081eaffcf786686136f7961c4d78cc5586 (patch) | |
tree | c09b57387d0333784e2fbb43e75d0f4f9ae62574 /src/mesa | |
parent | 69fdf13c215c2970feaca76f178a5c2c11ba8fec (diff) |
i965/ir: Drop backend_instruction::regs_written field.
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_shader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_shader.h b/src/mesa/drivers/dri/i965/brw_shader.h index 2173f3226e1..0de08086517 100644 --- a/src/mesa/drivers/dri/i965/brw_shader.h +++ b/src/mesa/drivers/dri/i965/brw_shader.h @@ -137,7 +137,6 @@ struct backend_instruction { uint8_t mlen; /**< SEND message length */ int8_t base_mrf; /**< First MRF in the SEND message, if mlen is nonzero. */ uint8_t target; /**< MRT target. */ - uint8_t regs_written; /**< Number of registers written by the instruction. */ unsigned size_written; /**< Data written to the destination register in bytes. */ enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */ |