just a comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Jun 2004 22:47:47 +0000 (22:47 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Jun 2004 22:47:47 +0000 (22:47 +0000)
src/mesa/swrast/s_auxbuffer.c

index 859bc3197bd922e20a6e14b2f204b4d8a78c0bc3..05a06bde53ee3111f48b22cf450b96040f2d163c 100644 (file)
 
 
 
+/**
+ * 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 )
 {