Module: Mesa Branch: arb_geometry_shader4 Commit: 5718c6206601aa10ddf3cf022e843ca692395e6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5718c6206601aa10ddf3cf022e843ca692395e6a
Author: Zack Rusin <[email protected]> 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] = _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
