diff options
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 5edc3b4f5c..3ccd49614a 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.13 2000/05/07 20:41:30 brianp Exp $ */ +/* $Id: config.h,v 1.14 2000/05/23 20:10:49 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -122,6 +122,10 @@ #define MAX_CONVOLUTION_WIDTH 5 #define MAX_CONVOLUTION_HEIGHT 5 +/* GL_ARB_texture_compression */ +#define MAX_COMPRESSED_TEXTURE_FORMATS 25 + + /* * Mesa-specific parameters |