projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4eba73
)
updated comment about CHAN_BITS
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 28 Nov 2001 17:18:36 +0000
(17:18 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 28 Nov 2001 17:18:36 +0000
(17:18 +0000)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index 6e1bde8512e5af07568e4ca1c029a9287e87a1b5..66ad1fe31e17a891de62bd6e078214d2649da999 100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-1,8
+1,8
@@
-/* $Id: config.h,v 1.3
5 2001/11/06 15:53:00
brianp Exp $ */
+/* $Id: config.h,v 1.3
6 2001/11/28 17:18:36
brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version:
3.5
+ * Version:
4.1
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@
-173,7
+173,7
@@
/*
- * Bits per color channel
(must be 8 at this time!)
+ * Bits per color channel
: 8, 16 or 32
*/
#ifndef CHAN_BITS
#define CHAN_BITS 8