projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c79fab4
)
changed VB_MAX, no longer dependant on FX symbol
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 24 Jan 2000 20:54:18 +0000
(20:54 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 24 Jan 2000 20:54:18 +0000
(20:54 +0000)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index b25cf582625cabddbad49bbb4ee4f49083e24513..02f1b7cadb5845994f640666b1933c5cce0e6cb6 100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-1,4
+1,4
@@
-/* $Id: config.h,v 1.
3 2000/01/13 00:34:45
brianp Exp $ */
+/* $Id: config.h,v 1.
4 2000/01/24 20:54:18
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-173,14
+173,11
@@
* this number, though things may go better for you if you choose a
* value of 12n + 3.
*/
-
#define VB_START 3
-#if defined(FX) && !defined(MITS)
-# define VB_MAX 72 + VB_START /* better performance */
-#else
-# define VB_MAX 480 + VB_START
-#endif
+#define VB_MAX (216 + VB_START)
+
+
/*
* Actual vertex buffer size.