projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e00fe45
)
i965/disasm: Align send instruction meta-information with dst.
author
Matt Turner
<mattst88@gmail.com>
Thu, 8 May 2014 23:06:33 +0000
(16:06 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Thu, 15 May 2014 22:45:40 +0000
(15:45 -0700)
Has been misaligned since we added instruction offset prefixes.
Acked-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_disasm.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_disasm.c
b/src/mesa/drivers/dri/i965/brw_disasm.c
index b9654a3420cc9d5b7db36fca02510ab32317ff24..1de02e9382b55acce56743985bb65749fa3ee734 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/
src/mesa/drivers/dri/i965/brw_disasm.c
@@
-1235,6
+1235,7
@@
int brw_disasm (FILE *file, struct brw_instruction *inst, int gen, bool is_compa
pad (file, 16);
space = 0;
+ fprintf (file, " ");
if (gen >= 6) {
err |= control (file, "target function", target_function_gen6,
target, &space);