projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
320d531
)
nv50: remove unused OpClassStr array
author
Fabio Pedretti
<fabio.ped@libero.it>
Fri, 7 Dec 2012 21:59:53 +0000
(22:59 +0100)
committer
Brian Paul
<brianp@vmware.com>
Mon, 10 Dec 2012 16:43:17 +0000
(09:43 -0700)
Signed-off-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
b/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
index d27a10c2b235167179e76170a0b986b59d7b3f01..b20aed53fb6fe102a52ab14b7ba2d6f3937f8ed9 100644
(file)
--- a/
src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
+++ b/
src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
@@
-67,26
+67,6
@@
static void init_colours()
colour = _colour;
}
-static const char *OpClassStr[OPCLASS_OTHER + 1] =
-{
- "MOVE",
- "LOAD",
- "STORE",
- "ARITH",
- "SHIFT",
- "SFU",
- "LOGIC",
- "COMPARE",
- "CONVERT",
- "ATOMIC",
- "TEXTURE",
- "SURFACE",
- "FLOW",
- "(INVALID)",
- "PSEUDO",
- "OTHER"
-};
-
const char *operationStr[OP_LAST + 1] =
{
"nop",