summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-08 12:35:37 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-08 12:35:37 -0600
commit9c0f0c8d811a4de8bd47e89e279eaae143f7bf7a (patch)
treeed6e00cd9309e474a16a9c9e371b45f8cd024f73
parent18a0a2a7acd4d6da86b85072eca9262fdf8defba (diff)
remove old comment about DEFAULT_SOFTWARE_DEPTH_BITS
-rw-r--r--src/mesa/main/config.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index a4de3bd1fae..24c25670740 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.0
*
- * 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"),
@@ -240,10 +240,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