projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c71313
)
gallium: remove unused struct type
author
Brian Paul
<brianp@vmware.com>
Sat, 10 Jan 2009 04:51:22 +0000
(21:51 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 10 Jan 2009 21:58:45 +0000
(14:58 -0700)
src/gallium/auxiliary/tgsi/tgsi_ppc.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_ppc.c
b/src/gallium/auxiliary/tgsi/tgsi_ppc.c
index af180adbedc53e48f7335c318bc7c77cb0173a46..638fe09861615eba11726d3cd0af7c4b68e65fff 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_ppc.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_ppc.c
@@
-81,14
+81,6
@@
const float ppc_builtin_constants[] ALIGN16_ATTRIB = {
#define MAX_PPC_TEMPS 3
-struct reg_chan_vec
-{
- struct tgsi_full_src_register src;
- uint chan;
- uint vec;
-};
-
-
/**
* Context/state used during code gen.
*/