diff options
author | Michal Krol <[email protected]> | 2008-08-19 15:32:09 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2008-08-19 15:32:09 +0200 |
commit | 146a0fba0011e21a4831a4b86969d7cd3f093bf6 (patch) | |
tree | cb6611a544c7f765165d37017b56218dea2c8194 /src/gallium/include | |
parent | 47e14cc0932346a1133840890ac2fbdf71ba8c1b (diff) |
gallium: Add note about vs_2_0 EXPP mapping.
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 1 |
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 f3e339619dd..a562e3a6b14 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -382,6 +382,7 @@ struct tgsi_immediate_float32 */ #define TGSI_OPCODE_SGN TGSI_OPCODE_SSG #define TGSI_OPCODE_MOVA TGSI_OPCODE_ARR +/* EXPP - use TGSI_OPCODE_EX2 */ /* * vs_2_x |