summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-06-11 22:47:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-06-11 22:47:47 +0000
commit7aa0e6125d9bf5f29023b21e073129589228bd7b (patch)
tree69adb3a224d9a4bcf16603268372127b347cf49a /src/mesa/swrast
parent5b05a187dc34fa3ab6b5ab6bc1a6e98df80a2553 (diff)
just a comment
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_auxbuffer.c5
1 files changed, 5 insertions, 0 deletions
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 )
{