diff options
author | Ilia Mirkin <[email protected]> | 2015-09-14 16:23:04 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-11-12 17:58:23 -0500 |
commit | e3d9dbe3046c4fd10c6b4c66d8016e908ea7c140 (patch) | |
tree | 447ddd78a7f4d668f4b37d1198fc15620115e15f /src/gallium/auxiliary/tgsi | |
parent | 20748318c5b870fc27f699637041e67a67321f5f (diff) |
gallium: add support for gl_HelperInvocation semantic
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Glenn Kennard <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_strings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c index 89369d60f4e..fc29a2398aa 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_strings.c +++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c @@ -95,6 +95,7 @@ const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] = "TESSOUTER", "TESSINNER", "VERTICESIN", + "HELPER_INVOCATION", }; const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = |