Mesa (arb_geometry_shader4): gs: update list of semantic names in tgsi text

Zack Rusin zack at kemper.freedesktop.org
Fri Jul 17 00:37:06 UTC 2009


Module: Mesa
Branch: arb_geometry_shader4
Commit: 5718c6206601aa10ddf3cf022e843ca692395e6a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5718c6206601aa10ddf3cf022e843ca692395e6a

Author: Zack Rusin <zackr at vmware.com>
Date:   Thu Jul 16 17:24:56 2009 -0400

gs: update list of semantic names in tgsi text

---

 src/gallium/auxiliary/tgsi/tgsi_text.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.c b/src/gallium/auxiliary/tgsi/tgsi_text.c
index a76bbc9..d7c37bb 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_text.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_text.c
@@ -929,7 +929,9 @@ static const char *semantic_names[TGSI_SEMANTIC_COUNT] =
    "PSIZE",
    "GENERIC",
    "NORMAL",
-   "FACE"
+   "FACE",
+   "VERTICES_IN",
+   "PRIM_ID"
 };
 
 static const char *interpolate_names[TGSI_INTERPOLATE_COUNT] =




More information about the mesa-commit mailing list