projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9259ad
)
remove SEMANTIC_TEXCOORD
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 17:22:34 +0000
(11:22 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 17:22:34 +0000
(11:22 -0600)
src/mesa/pipe/tgsi/exec/tgsi_dump.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/exec/tgsi_dump.c
b/src/mesa/pipe/tgsi/exec/tgsi_dump.c
index 315354198a257e01d52907b13b8572605bd6bbae..e246f21c6f399ad1d67433b701835554ba62f407 100755
(executable)
--- a/
src/mesa/pipe/tgsi/exec/tgsi_dump.c
+++ b/
src/mesa/pipe/tgsi/exec/tgsi_dump.c
@@
-205,7
+205,6
@@
static const char *TGSI_SEMANTICS[] =
"SEMANTIC_COLOR",
"SEMANTIC_BCOLOR",
"SEMANTIC_FOG",
- "SEMANTIC_TEXCOORD",
"SEMANTIC_GENERIC,"
};
@@
-215,7
+214,6
@@
static const char *TGSI_SEMANTICS_SHORT[] =
"COLOR",
"BCOLOR",
"FOG",
- "TEXCOORD",
"GENERIC",
};