Define VERT_RESULT_EDGE
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 5 May 2006 09:26:40 +0000 (09:26 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 5 May 2006 09:26:40 +0000 (09:26 +0000)
src/mesa/main/mtypes.h

index e9e26d5..68dcd63 100644 (file)
@@ -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
 /*@}*/