From a08424340c990119dcae8b0ffd1d0f43f8c422cb Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Tue, 19 Jan 2010 14:04:29 +0100 Subject: gallium: Add missing DMAD opcode definition. --- src/gallium/include/pipe/p_shader_tokens.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index da23e411fc..3b88288c4e 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -351,7 +351,8 @@ struct tgsi_property_data { #define TGSI_OPCODE_DSEQ 156 #define TGSI_OPCODE_DRCP 157 #define TGSI_OPCODE_DSQRT 158 -#define TGSI_OPCODE_LAST 159 +#define TGSI_OPCODE_DMAD 159 +#define TGSI_OPCODE_LAST 160 #define TGSI_SAT_NONE 0 /* do not saturate */ #define TGSI_SAT_ZERO_ONE 1 /* clamp to [0,1] */ -- cgit v1.2.3