From 6717a7aca0aaab02bd9ef7b1a934f0853efdc953 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 5 May 2006 09:26:40 +0000 Subject: Define VERT_RESULT_EDGE --- src/mesa/main/mtypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index e9e26d53f0..68dcd63fe3 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 /*@}*/ -- cgit v1.2.3