projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01c7be
)
i965: Fix setup of immediate types for gen4 disasm.
author
Eric Anholt
<eric@anholt.net>
Wed, 23 Dec 2009 01:05:10 +0000
(17:05 -0800)
committer
Eric Anholt
<eric@anholt.net>
Sat, 26 Dec 2009 19:18:02 +0000
(11:18 -0800)
Caught by clang.
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 9fef230507fa5970c4513616e595a948fb8af411..47629dfa3d65ba0e1378f8fb4444eabe9c2b611c 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/
src/mesa/drivers/dri/i965/brw_disasm.c
@@
-239,7
+239,7
@@
char *imm_encoding[8] = {
[2] = "UW",
[3] = "W",
[5] = "VF",
- [
5
] = "V",
+ [
6
] = "V",
[7] = "F"
};