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 e9e26d53f0aa476e131ea9a369020289773d2794..68dcd63fe3419848974e6c0d0c5bb6dd0a09cc18 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
 /*@}*/