From 738318bb75dea8dac4465f53850987f6062a732d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 4 Apr 2003 17:17:50 +0000 Subject: Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height and depth checks are done via ctx->Driver.TestProxyTexImage(). This allows more flexiblity, like supporting larger, non-cubic 3D textures. --- src/mesa/main/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesa/main/config.h') diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 264b57c279..85acb0f292 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,5 +1,3 @@ -/* $Id: config.h,v 1.45 2003/03/29 17:01:03 brianp Exp $ */ - /* * Mesa 3-D graphics library * Version: 5.1 @@ -107,7 +105,7 @@ #define MAX_TEXTURE_LEVELS 12 /* Number of 3D texture mipmap levels */ -#define MAX_3D_TEXTURE_LEVELS 8 +#define MAX_3D_TEXTURE_LEVELS 9 /* Number of cube texture mipmap levels - GL_ARB_texture_cube_map */ #define MAX_CUBE_TEXTURE_LEVELS 12 -- cgit v1.2.3