diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-05-08 16:00:45 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-05-08 16:00:45 +0000 |
commit | a96d596be9349d83eda992235eedd26746fa46ee (patch) | |
tree | fb34aebb006f04e436918ece7aa4a4910eb12b4a /src/mesa/main | |
parent | 6636a6141800fd367689e9d3bcdd61c298df64ff (diff) |
added comment about MAX_WIDTH and textures
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |