summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-05-05 09:26:40 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-05-05 09:26:40 +0000
commit6717a7aca0aaab02bd9ef7b1a934f0853efdc953 (patch)
tree69b8174709de8e40008b6d144cb14d2b3929bff1 /src/mesa
parent86740f1593d8fba66a368f98037897f7570a71aa (diff)
Define VERT_RESULT_EDGE
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 2 insertions, 1 deletions
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
/*@}*/