From: Brian Paul Date: Thu, 8 May 2003 16:00:45 +0000 (+0000) Subject: added comment about MAX_WIDTH and textures X-Git-Tag: 062012170305~25831 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a96d596be9349d83eda992235eedd26746fa46ee;p=profile%2Fivi%2Fmesa.git added comment about MAX_WIDTH and textures --- diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index e7e8e54..f35f100 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