mesa: minor comment clean-ups in config.h

This commit is contained in:
Brian Paul 2012-02-19 20:08:52 -07:00
parent 99d22c4e38
commit cfecffeedc
1 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,9 @@
/** Maximum rectangular texture size - GL_NV_texture_rectangle */ /** Maximum rectangular texture size - GL_NV_texture_rectangle */
#define MAX_TEXTURE_RECT_SIZE 16384 #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 #define MAX_ARRAY_TEXTURE_LAYERS 64
/** /**
@ -142,13 +144,11 @@
/** /**
* Maximum viewport/image width. Must accomodate all texture sizes too. * Maximum viewport/image size. Must accomodate all texture sizes too.
*/ */
#ifndef MAX_WIDTH #ifndef MAX_WIDTH
# define MAX_WIDTH 16384 # define MAX_WIDTH 16384
#endif #endif
/** Maximum viewport/image height */
#ifndef MAX_HEIGHT #ifndef MAX_HEIGHT
# define MAX_HEIGHT 16384 # define MAX_HEIGHT 16384
#endif #endif