projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86740f1
)
Define VERT_RESULT_EDGE
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 5 May 2006 09:26:40 +0000
(09:26 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 5 May 2006 09:26:40 +0000
(09:26 +0000)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index e9e26d53f0aa476e131ea9a369020289773d2794..68dcd63fe3419848974e6c0d0c5bb6dd0a09cc18 100644
(file)
--- 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
/*@}*/