diff options
author | Brian Paul <[email protected]> | 2004-06-11 22:47:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-06-11 22:47:47 +0000 |
commit | 7aa0e6125d9bf5f29023b21e073129589228bd7b (patch) | |
tree | 69adb3a224d9a4bcf16603268372127b347cf49a /src/mesa/swrast | |
parent | 5b05a187dc34fa3ab6b5ab6bc1a6e98df80a2553 (diff) |
just a comment
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_auxbuffer.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 ) { |