diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index cb1e698996e..a1316306bbc 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -379,8 +379,9 @@ struct tgsi_property_data { #define TGSI_OPCODE_UARL 157 #define TGSI_OPCODE_UCMP 158 #define TGSI_OPCODE_IABS 159 +#define TGSI_OPCODE_ISSG 160 -#define TGSI_OPCODE_LAST 160 +#define TGSI_OPCODE_LAST 161 #define TGSI_SAT_NONE 0 /* do not saturate */ #define TGSI_SAT_ZERO_ONE 1 /* clamp to [0,1] */ |