added comment about MAX_WIDTH and textures
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 8 May 2003 16:00:45 +0000 (16:00 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 8 May 2003 16:00:45 +0000 (16:00 +0000)
src/mesa/main/config.h

index e7e8e54..f35f100 100644 (file)
 #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