Module: Mesa Branch: gallium-double-opcodes Commit: 15681c5f83181574b8853e2c96a695d3b4a1843d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15681c5f83181574b8853e2c96a695d3b4a1843d
Author: Igor Oliveira <[email protected]> Date: Tue Jan 19 19:20:53 2010 -0400 gallium: add DFRACEXP opcode --- 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 9ab18c4..e0c191c 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -336,7 +336,8 @@ struct tgsi_property_data { #define TGSI_OPCODE_DMAD 159 #define TGSI_OPCODE_DFRAC 160 #define TGSI_OPCODE_DLDEXP 161 -#define TGSI_OPCODE_LAST 162 +#define TGSI_OPCODE_DFRACEXP 162 +#define TGSI_OPCODE_LAST 163 #define TGSI_SAT_NONE 0 /* do not saturate */ #define TGSI_SAT_ZERO_ONE 1 /* clamp to [0,1] */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
