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:
9bf68ad
)
changed MAX_HEIGHT to 2048
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 14 May 2001 16:25:18 +0000
(16:25 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 14 May 2001 16:25:18 +0000
(16:25 +0000)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index
c8f60b0
..
4a10ffa
100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-1,4
+1,4
@@
-/* $Id: config.h,v 1.
29 2001/04/26 22:27:09
brianp Exp $ */
+/* $Id: config.h,v 1.
30 2001/05/14 16:25:18
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-107,7
+107,7
@@
/* Maximum viewport/image size: */
#define MAX_WIDTH 2048
-#define MAX_HEIGHT
1200
+#define MAX_HEIGHT
2048
/* Maxmimum size for CVA. May be overridden by the drivers. */
#define MAX_ARRAY_LOCK_SIZE 3000