From 11996050883ade4439a4a1e3192a02ba6f6aaa14 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 21 Sep 2007 11:22:34 -0600 Subject: [PATCH] remove SEMANTIC_TEXCOORD --- src/mesa/pipe/tgsi/exec/tgsi_dump.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/pipe/tgsi/exec/tgsi_dump.c b/src/mesa/pipe/tgsi/exec/tgsi_dump.c index 3153541..e246f21 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", }; -- 2.7.4