projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f2adf
)
i965g: Fix setup of immediate types for gen4 disasm.
author
Vinson Lee
<vlee@vmware.com>
Sun, 20 Jun 2010 07:57:55 +0000
(
00:57
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 20 Jun 2010 07:58:52 +0000
(
00:58
-0700)
Caught by clang.
Follow-up to commit
070bbd4fcd5d2b669b880b91730a7ad9d130e416
.
src/gallium/drivers/i965/brw_disasm.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i965/brw_disasm.c
b/src/gallium/drivers/i965/brw_disasm.c
index 4c8579365d5cf509938cb5c0f7d9e31e468cdaaf..28c83515ba9c926cb3ae3c2361fa076dbb6a4df9 100644
(file)
--- a/
src/gallium/drivers/i965/brw_disasm.c
+++ b/
src/gallium/drivers/i965/brw_disasm.c
@@
-239,7
+239,7
@@
char *imm_encoding[8] = {
[2] = "UW",
[3] = "W",
[5] = "VF",
- [
5
] = "V",
+ [
6
] = "V",
[7] = "F"
};