From: Brian Paul Date: Mon, 14 May 2001 16:25:18 +0000 (+0000) Subject: changed MAX_HEIGHT to 2048 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f89035b8c45ff13392fe7cb3ce0c2bdb7e4166be;p=mesa.git changed MAX_HEIGHT to 2048 --- diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index c8f60b0d20b..4a10ffa5f1f 100644 --- 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