summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_shader_tokens.h
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-07-13 15:23:14 +0200
committerMichal Krol <michal@tungstengraphics.com>2008-07-13 15:23:14 +0200
commitf5c51ebd2afdfc87de40dca115526a5e0f6ab115 (patch)
tree6e218af5c9d6e4a6842e202dea3782e6f81ba13c /src/gallium/include/pipe/p_shader_tokens.h
parent94013b66b91112f31802c3d935e8d918ba12be62 (diff)
tgsi: Parse destination operand modulate modifier.
Diffstat (limited to 'src/gallium/include/pipe/p_shader_tokens.h')
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index c8e2830516..ed931d24b9 100644
--- a/src/gallium/include/pipe/p_shader_tokens.h
+++ b/src/gallium/include/pipe/p_shader_tokens.h
@@ -743,6 +743,7 @@ struct tgsi_dst_register_ext_concode
#define TGSI_MODULATE_HALF 4
#define TGSI_MODULATE_QUARTER 5
#define TGSI_MODULATE_EIGHTH 6
+#define TGSI_MODULATE_COUNT 7
struct tgsi_dst_register_ext_modulate
{