diff options
author | Brian <[email protected]> | 2007-09-21 12:06:08 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-21 12:06:08 -0600 |
commit | da45890818ab5ae94592208e3581b5c2febaa6b4 (patch) | |
tree | 4f6d9fa272e0b93213073f24913bc86899c8599f /src/mesa/pipe/tgsi | |
parent | 46f606e9715145218331a04f0d1f66fb9f8531d6 (diff) |
Fix up some point size breakage. Start on fogcoord too.
Diffstat (limited to 'src/mesa/pipe/tgsi')
-rw-r--r-- | src/mesa/pipe/tgsi/exec/tgsi_token.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_token.h b/src/mesa/pipe/tgsi/exec/tgsi_token.h index e6f884c5cf7..1d99a50dde7 100644 --- a/src/mesa/pipe/tgsi/exec/tgsi_token.h +++ b/src/mesa/pipe/tgsi/exec/tgsi_token.h @@ -107,8 +107,9 @@ struct tgsi_declaration_interpolation #define TGSI_SEMANTIC_COLOR 1 #define TGSI_SEMANTIC_BCOLOR 2 /**< back-face color */ #define TGSI_SEMANTIC_FOG 3 -#define TGSI_SEMANTIC_GENERIC 4 -#define TGSI_SEMANTIC_COUNT 5 /**< number of semantic values */ +#define TGSI_SEMANTIC_PSIZE 4 +#define TGSI_SEMANTIC_GENERIC 5 +#define TGSI_SEMANTIC_COUNT 6 /**< number of semantic values */ struct tgsi_declaration_semantic { |