From a96d596be9349d83eda992235eedd26746fa46ee Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 May 2003 16:00:45 +0000 Subject: added comment about MAX_WIDTH and textures --- src/mesa/main/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index e7e8e54138..f35f100205 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -120,7 +120,7 @@ #define MAX_TEXTURE_COORD_UNITS 8 #define MAX_TEXTURE_IMAGE_UNITS 8 -/* Maximum viewport/image size: */ +/* Maximum viewport/image size (must accomodate all texture sizes too): */ #define MAX_WIDTH 2048 #define MAX_HEIGHT 2048 -- cgit v1.2.3