Module: Mesa Branch: gallium-0.1 Commit: 0fe1ff26b0482622634019f056f90b05c3f4c00c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fe1ff26b0482622634019f056f90b05c3f4c00c
Author: Michal Krol <[email protected]> Date: Fri Sep 4 08:53:30 2009 +0200 tgsi: TGSI_OPCODE_LOGP maps to TGSI_OPCODE_LOG. --- src/gallium/include/pipe/p_shader_tokens.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index e65a5c2..4d3c7f4 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -378,7 +378,7 @@ struct tgsi_immediate_float32 * vs_1_1 */ #define TGSI_OPCODE_EXPP TGSI_OPCODE_EXP -#define TGSI_OPCODE_LOGP TGSI_OPCODE_LG2 +#define TGSI_OPCODE_LOGP TGSI_OPCODE_LOG /* * vs_2_0 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
