From: Brian Paul Date: Fri, 11 Jun 2004 22:47:47 +0000 (+0000) Subject: just a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7aa0e6125d9bf5f29023b21e073129589228bd7b;p=mesa.git just a comment --- diff --git a/src/mesa/swrast/s_auxbuffer.c b/src/mesa/swrast/s_auxbuffer.c index 859bc3197bd..05a06bde53e 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 ) {