projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b2e83
)
fix for tristrip bug and unfilled quad/polygon bug
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 16 Mar 2000 07:36:33 +0000
(07:36 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 16 Mar 2000 07:36:33 +0000
(07:36 +0000)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index
af11356
..
0a25acc
100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-1,4
+1,4
@@
-/* $Id: config.h,v 1.
7 2000/03/03 17:47:39 brianp
Exp $ */
+/* $Id: config.h,v 1.
8 2000/03/16 07:36:33 keithw
Exp $ */
/*
* Mesa 3-D graphics library
@@
-177,7
+177,7
@@
* VB_MAX vertices. (This only happens when mixed primitives are
* sharing the vb).
*/
-#define VB_MAX_CLIPPED_VERTS (
2 * (6 + MAX_CLIP_PLANES)
)
+#define VB_MAX_CLIPPED_VERTS (
(2 * (6 + MAX_CLIP_PLANES))+1
)
#define VB_SIZE (VB_MAX + VB_MAX_CLIPPED_VERTS)