diff options
author | Ilia Mirkin <[email protected]> | 2014-07-19 09:39:18 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-05-16 14:48:54 +0200 |
commit | 018aa279532f5c9d07c3c73604e33b49569eb4e6 (patch) | |
tree | c9984243c04cd844539a8265bda0fb5d1987460d /src/gallium/auxiliary | |
parent | 88c4f5d0a54baf7711cf030e3c1d5eca63560716 (diff) |
gallium: add new semantics for tessellation
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_strings.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c index 8938cf0b377..fc16d471afb 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_strings.c +++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c @@ -90,6 +90,11 @@ const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] = "INVOCATIONID", "VERTEXID_NOBASE", "BASEVERTEX", + "PATCH", + "TESSCOORD", + "TESSOUTER", + "TESSINNER", + "VERTICESIN", }; const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = |