summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-14 19:17:07 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-14 19:17:07 +0000
commite8bf438419008337e4cd9f0f46f62e765f12ad5f (patch)
tree566c7423e798c189631256d92c3fe50925bf3530
parentf4f8dc57b6a3e863a9ce512761edb32388875bf6 (diff)
downloadmesa-e8bf438419008337e4cd9f0f46f62e765f12ad5f.tar.gz
set MAX_HEIGHT to 2048
-rw-r--r--src/mesa/main/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 0c5f28b355c..7aee65c43d7 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.15 2000/07/05 22:40:30 brianp Exp $ */
+/* $Id: config.h,v 1.15.4.1 2001/05/14 19:17:07 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