diff options
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index dff7c401380..c5392d724b3 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.27 2001/03/12 00:48:37 gareth Exp $ */ +/* $Id: config.h,v 1.28 2001/03/18 08:53:49 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -125,6 +125,9 @@ /* GL_ARB_texture_compression */ #define MAX_COMPRESSED_TEXTURE_FORMATS 25 +/* GL_EXT_texture_filter_anisotropic */ +#define MAX_TEXTURE_MAX_ANISOTROPY 16.0 + /* |