From 50a4eeb60b66258d67e1eb851beb9124f54d64cc Mon Sep 17 00:00:00 2001 From: Elie Tournier Date: Tue, 9 Jun 2020 13:13:07 +0100 Subject: [PATCH] gallium: Update TGSI tokens Signed-off-by: Elie Tournier Reviewed-by: Gert Wollny --- src/gallium/include/pipe/p_shader_tokens.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 1645082..5860643 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -294,7 +294,11 @@ union tgsi_immediate_data #define TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT 21 #define TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH 22 #define TGSI_PROPERTY_MUL_ZERO_WINS 23 -#define TGSI_PROPERTY_COUNT 24 +#define TGSI_PROPERTY_VS_BLIT_SGPRS_AMD 24 +#define TGSI_PROPERTY_CS_USER_DATA_COMPONENTS_AMD 25 +#define TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVE 26 +#define TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCED 27 +#define TGSI_PROPERTY_COUNT 28 struct tgsi_property { unsigned Type : 4; /**< TGSI_TOKEN_TYPE_PROPERTY */