summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/tgsi/exec/tgsi_dump.c')
-rwxr-xr-xsrc/mesa/pipe/tgsi/exec/tgsi_dump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_dump.c b/src/mesa/pipe/tgsi/exec/tgsi_dump.c
index e246f21c6f..2532d5c831 100755
--- a/src/mesa/pipe/tgsi/exec/tgsi_dump.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_dump.c
@@ -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",
};