summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_depth.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 22:44:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 22:44:35 +0000
commit118a8bad73bda88fc54f802b2beeb687c8ddb45a (patch)
tree7878fb4d61acdd86618d39d2e0cdb03cb51a5534 /src/mesa/swrast/s_depth.c
parent29926a11b16ec7a235947d95e9a46777605dd30e (diff)
new comments and assertions
Diffstat (limited to 'src/mesa/swrast/s_depth.c')
-rw-r--r--src/mesa/swrast/s_depth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c
index 34897ba931..0142fe1552 100644
--- a/src/mesa/swrast/s_depth.c
+++ b/src/mesa/swrast/s_depth.c
@@ -1620,8 +1620,7 @@ _swrast_read_depth_span_float( GLcontext *ctx,
/**
* Allocate a new depth buffer. If there's already a depth buffer allocated
- * it will be free()'d. The new depth buffer will be uniniitalized.
- * This function is only called through Driver.alloc_depth_buffer.
+ * it will be free()'d. The new depth buffer will be uninitialized.
*/
void
_swrast_alloc_depth_buffer( GLframebuffer *buffer )