summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-02-19 20:08:52 -0700
committerBrian Paul <[email protected]>2012-02-24 08:03:07 -0700
commitcfecffeedcd1a361499e74bec7ca61790db0036c (patch)
treeba9e99d2f1ff0f13b50d0db4086166bb84ddbc21 /src/mesa/main/config.h
parent99d22c4e3859b17ac1d5102f54b1a6d275d572bb (diff)
mesa: minor comment clean-ups in config.h
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 612b7190970..705d14e2b5a 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -115,7 +115,9 @@
/** 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
/**
@@ -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
# define MAX_WIDTH 16384
#endif
-/** Maximum viewport/image height */
#ifndef MAX_HEIGHT
# define MAX_HEIGHT 16384
#endif