diff options
author | Keith Whitwell <[email protected]> | 2006-05-05 09:26:40 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-05-05 09:26:40 +0000 |
commit | 6717a7aca0aaab02bd9ef7b1a934f0853efdc953 (patch) | |
tree | 69b8174709de8e40008b6d144cb14d2b3929bff1 /src | |
parent | 86740f1593d8fba66a368f98037897f7570a71aa (diff) |
Define VERT_RESULT_EDGE
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/mtypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index e9e26d53f0a..68dcd63fe34 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -249,7 +249,8 @@ enum #define VERT_RESULT_PSIZ 12 #define VERT_RESULT_BFC0 13 #define VERT_RESULT_BFC1 14 -#define VERT_RESULT_MAX 15 +#define VERT_RESULT_EDGE 15 +#define VERT_RESULT_MAX 16 /*@}*/ |