projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b754e52
)
i965/disasm: Fix all32h/any32h predicate disassembly.
author
Matt Turner
<mattst88@gmail.com>
Fri, 21 Nov 2014 23:04:02 +0000
(15:04 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 24 Nov 2014 22:09:23 +0000
(14:09 -0800)
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
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 b211a0f70d9436484566b325607ca626bb65f731..e235fd47e626dff2bddcf767a39a1660e4610d4e 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/
src/mesa/drivers/dri/i965/brw_disasm.c
@@
-275,7
+275,7
@@
static const char *const pred_ctrl_align1[16] = {
[BRW_PREDICATE_ALIGN1_ANY16H] = ".any16h",
[BRW_PREDICATE_ALIGN1_ALL16H] = ".all16h",
[BRW_PREDICATE_ALIGN1_ANY32H] = ".any32h",
- [BRW_PREDICATE_ALIGN1_A
NY
32H] = ".all32h",
+ [BRW_PREDICATE_ALIGN1_A
LL
32H] = ".all32h",
};
static const char *const thread_ctrl[4] = {