summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-05 03:01:28 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-05 03:01:28 +0000
commit4b334b2db68b1f448165c37fe756cc0aa80b56c5 (patch)
treec221c1508dbf4ada78f5f112590f451223ee569b /src/mesa
parent6640bc3bfa59f88c8665803c1f99baf8e4a41028 (diff)
restore ACCUM_BITS to 16
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index f0bd88462d..c3738174d4 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -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
@@ -154,7 +154,7 @@
/*
* Bits per accumulation buffer color component: 8, 16 or 32
*/
-#define ACCUM_BITS 32
+#define ACCUM_BITS 16
/*