projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6640bc3
)
restore ACCUM_BITS to 16
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 5 Oct 2002 03:01:28 +0000
(
03:01
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 5 Oct 2002 03:01:28 +0000
(
03:01
+0000)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index f0bd88462dbecb87484104df1be2c3d7b3ab81bb..c3738174d4e2491393c299c998d6c76e1bb653ee 100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-1,4
+1,4
@@
-/* $Id: config.h,v 1.4
0 2002/06/15 03:03:07
brianp Exp $ */
+/* $Id: config.h,v 1.4
1 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
/*