OSDN Git Service

restore ACCUM_BITS to 16
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 5 Oct 2002 03:01:28 +0000 (03:01 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 5 Oct 2002 03:01:28 +0000 (03:01 +0000)
src/mesa/main/config.h

index f0bd884..c373817 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.40 2002/06/15 03:03:07 brianp Exp $ */
+/* $Id: config.h,v 1.41 2002/10/05 03:01:28 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 /*
  * Bits per accumulation buffer color component:  8, 16 or 32
  */
-#define ACCUM_BITS 32
+#define ACCUM_BITS 16
 
 
 /*