added PSIZE
authorBrian <brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 18:36:59 +0000 (12:36 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 21 Sep 2007 18:36:59 +0000 (12:36 -0600)
src/mesa/pipe/tgsi/exec/tgsi_dump.c

index e246f21..2532d5c 100755 (executable)
@@ -205,6 +205,7 @@ static const char *TGSI_SEMANTICS[] =
    "SEMANTIC_COLOR",
    "SEMANTIC_BCOLOR",
    "SEMANTIC_FOG",
+   "SEMANTIC_PSIZE",
    "SEMANTIC_GENERIC,"
 };
 
@@ -214,6 +215,7 @@ static const char *TGSI_SEMANTICS_SHORT[] =
    "COLOR",
    "BCOLOR",
    "FOG",
+   "PSIZE",
    "GENERIC",
 };