diff options
author | Matt Turner <[email protected]> | 2014-06-13 14:29:25 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-06-26 11:46:12 -0700 |
commit | 7c79608b5b8a7eb4bed9fa9d594c9bda696dd49a (patch) | |
tree | 820647e9f38e1bb9f5140121da665d4069eb8d26 /src/mesa/drivers/dri/i965/brw_structs.h | |
parent | 290daad497683c61938058bcb3244db11f0a966a (diff) |
i965: Replace 'struct brw_instruction' with 'brw_inst'.
Use this an an opportunity to clean up the formatting of some old code
(brw_ADD, for instance).
Signed-off-by: Matt Turner <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_structs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_structs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h index a0f26461a64..586c2e61a9e 100644 --- a/src/mesa/drivers/dri/i965/brw_structs.h +++ b/src/mesa/drivers/dri/i965/brw_structs.h @@ -769,11 +769,6 @@ struct gen7_sf_clip_viewport { /* Instruction format for the execution units: */ -struct brw_instruction -{ - uint64_t data[2]; -}; - struct brw_compact_instruction { struct { unsigned opcode:7; /* 0- 6 */ |