diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-06-08 12:24:35 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-06-08 12:24:35 -0600 |
commit | 009ddb4e509f7dd39a17408332c6b0eff47a16fe (patch) | |
tree | a089c50eb7da7db083d23b757baf55532dc94ba4 | |
parent | 7b559a91028d297b34df9ec939bd4d00fad6027c (diff) |
remove obsolete comment about max DEFAULT_SOFTWARE_DEPTH_BITS
-rw-r--r-- | src/mesa/main/config.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 9e4d1838ad..5519924556 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -5,9 +5,9 @@ /* * Mesa 3-D graphics library - * Version: 6.5.2 + * Version: 7.1 * - * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -243,10 +243,7 @@ /** - * Bits per depth buffer value. - * - * Any reasonable value up to 31 will work. 32 doesn't work because of integer - * overflow problems in the rasterizer code. + * Bits per depth buffer value (max is 32). */ #ifndef DEFAULT_SOFTWARE_DEPTH_BITS #define DEFAULT_SOFTWARE_DEPTH_BITS 16 |