added PSIZE
[mesa.git] / src / mesa / pipe / tgsi / exec / tgsi_dump.c
index e246f21c6f399ad1d67433b701835554ba62f407..2532d5c831a1c598c810610626baa80be47f8fd3 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",
 };