remove SEMANTIC_TEXCOORD
authorBrian <brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 17:22:34 +0000 (11:22 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 17:22:34 +0000 (11:22 -0600)
src/mesa/pipe/tgsi/exec/tgsi_dump.c

index 3153541..e246f21 100755 (executable)
@@ -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",
 };