summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/core/tgsi_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/tgsi/core/tgsi_parse.h')
-rw-r--r--src/mesa/pipe/tgsi/core/tgsi_parse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/pipe/tgsi/core/tgsi_parse.h b/src/mesa/pipe/tgsi/core/tgsi_parse.h
index bba01431fa..56a8c254c2 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_parse.h
+++ b/src/mesa/pipe/tgsi/core/tgsi_parse.h
@@ -42,6 +42,7 @@ struct tgsi_full_declaration
struct tgsi_declaration_mask DeclarationMask;
} u;
struct tgsi_declaration_interpolation Interpolation;
+ struct tgsi_declaration_semantic Semantic;
};
struct tgsi_full_immediate
@@ -86,7 +87,7 @@ tgsi_full_token_free(
struct tgsi_parse_context
{
const struct tgsi_token *Tokens;
- unsigned Position;
+ unsigned Position;
struct tgsi_full_version FullVersion;
struct tgsi_full_header FullHeader;
union tgsi_full_token FullToken;