mesa: minor comment clean-ups in config.h
authorBrian Paul <brianp@vmware.com>
Mon, 20 Feb 2012 03:08:52 +0000 (20:08 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Feb 2012 15:03:07 +0000 (08:03 -0700)
src/mesa/main/config.h

index 612b7190970f814a9f5eb1e6b3b188cfbda8eaf6..705d14e2b5af17e9ea35a35e2f5713852438602f 100644 (file)
 /** Maximum rectangular texture size - GL_NV_texture_rectangle */
 #define MAX_TEXTURE_RECT_SIZE 16384
 
-/** Maximum number of layers in a 1D or 2D array texture - GL_MESA_texture_array */
+/**
+ * Maximum number of layers in a 1D or 2D array texture - GL_MESA_texture_array
+ */
 #define MAX_ARRAY_TEXTURE_LAYERS 64
 
 /**
 
 
 /** 
- * Maximum viewport/image width. Must accomodate all texture sizes too. 
+ * Maximum viewport/image size.  Must accomodate all texture sizes too. 
  */
-
 #ifndef MAX_WIDTH
 #   define MAX_WIDTH 16384
 #endif
-/** Maximum viewport/image height */
 #ifndef MAX_HEIGHT
 #   define MAX_HEIGHT 16384
 #endif