diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-09-21 11:22:34 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-09-21 11:22:34 -0600 |
commit | 11996050883ade4439a4a1e3192a02ba6f6aaa14 (patch) | |
tree | 4c1afbbd0ef364bcf1b52eb595db5292f5bdaec9 /src/mesa/pipe/tgsi/exec/tgsi_dump.c | |
parent | e9259ad0d7f674a1f2f9156ba0baeedc0e7d0d54 (diff) |
remove SEMANTIC_TEXCOORD
Diffstat (limited to 'src/mesa/pipe/tgsi/exec/tgsi_dump.c')
-rwxr-xr-x | src/mesa/pipe/tgsi/exec/tgsi_dump.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_dump.c b/src/mesa/pipe/tgsi/exec/tgsi_dump.c index 315354198a..e246f21c6f 100755 --- 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", }; |