projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69fdf13
)
i965/ir: Drop backend_instruction::regs_written field.
author
Francisco Jerez
<currojerez@riseup.net>
Sun, 4 Sep 2016 01:19:59 +0000
(18:19 -0700)
committer
Francisco Jerez
<currojerez@riseup.net>
Wed, 14 Sep 2016 21:50:53 +0000
(14:50 -0700)
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/mesa/drivers/dri/i965/brw_shader.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_shader.h
b/src/mesa/drivers/dri/i965/brw_shader.h
index 2173f3226e13a4cb82af84e609b87e9ef240d399..0de0808651749031eb48db57cbe50e414b7d8f26 100644
(file)
--- 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_* */