added GL_SGIX/SGIS_pixel_texture
[mesa.git] / src / mesa / main / config.h
index 0a25acc69f9a2a79a15aaf5bd6394b60b2997be1..ffafd3e78d67aac5f9bc478f425ec6ab66ecb8df 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.8 2000/03/16 07:36:33 keithw Exp $ */
+/* $Id: config.h,v 1.9 2000/04/07 00:19:41 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 /* Subpixel precision for antialiasing, window coordinate snapping */
 #define SUB_PIXEL_BITS 4
 
+/* Size of histogram tables */
+#define HISTOGRAM_TABLE_SIZE 256
+
 
 
 /*