From 7aa0e6125d9bf5f29023b21e073129589228bd7b Mon Sep 17 00:00:00 2001
From: Brian Paul <brian.paul@tungstengraphics.com>
Date: Fri, 11 Jun 2004 22:47:47 +0000
Subject: just a comment

---
 src/mesa/swrast/s_auxbuffer.c | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'src/mesa')

diff --git a/src/mesa/swrast/s_auxbuffer.c b/src/mesa/swrast/s_auxbuffer.c
index 859bc3197b..05a06bde53 100644
--- a/src/mesa/swrast/s_auxbuffer.c
+++ b/src/mesa/swrast/s_auxbuffer.c
@@ -31,6 +31,11 @@
 
 
 
+/**
+ * Allocate memory for the software auxillary buffers associated with
+ * the given GLframebuffer.  Free any currently allocated aux buffers
+ * first.
+ */
 void
 _swrast_alloc_aux_buffers( GLframebuffer *buffer )
 {
-- 
cgit v1.2.3