increased max convolution filter size
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 21 Aug 2000 14:24:53 +0000 (14:24 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 21 Aug 2000 14:24:53 +0000 (14:24 +0000)
src/mesa/main/config.h

index 0c5f28b355cff43026c1458c7263b277a1403917..e19dce2276f6618d0147ef10b02a09ab04099a12 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.15 2000/07/05 22:40:30 brianp Exp $ */
+/* $Id: config.h,v 1.16 2000/08/21 14:24:53 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #define HISTOGRAM_TABLE_SIZE 256
 
 /* Max convolution filter sizes */
-#define MAX_CONVOLUTION_WIDTH 5
-#define MAX_CONVOLUTION_HEIGHT 5
+#define MAX_CONVOLUTION_WIDTH 9
+#define MAX_CONVOLUTION_HEIGHT 9
 
 /* GL_ARB_texture_compression */
 #define MAX_COMPRESSED_TEXTURE_FORMATS 25