diff options
author | Ilia Mirkin <[email protected]> | 2014-04-23 22:30:04 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-04-26 11:56:39 -0400 |
commit | 76db20fc672dafd70d40cbb184ae8793e72c7f80 (patch) | |
tree | 6f7e633df88d51c44384349c19f244066dfcf9a1 /src/gallium/auxiliary | |
parent | af38ef907c89ecb1125bf258cafa0793f79a5eb7 (diff) |
gallium: add INVOCATIONID semantic
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_strings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c index 2be726cdbbf..5b6e47fc87b 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_strings.c +++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c @@ -84,7 +84,8 @@ const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] = "CULLDIST", "SAMPLEID", "SAMPLEPOS", - "SAMPLEMASK" + "SAMPLEMASK", + "INVOCATIONID", }; const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = |