From e8bf438419008337e4cd9f0f46f62e765f12ad5f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 14 May 2001 19:17:07 +0000 Subject: set MAX_HEIGHT to 2048 --- src/mesa/main/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 0c5f28b355..7aee65c43d 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 -- cgit v1.2.3