summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_auxbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_auxbuffer.c')
-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 )
{