diff options
author | Brian Paul <[email protected]> | 2005-09-13 23:37:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-13 23:37:50 +0000 |
commit | f084f60f8bdba23b3f6125549045c0791d3fe138 (patch) | |
tree | e367bc5dcaeb56184ddb2bce0280115497f47912 /src/mesa/main/framebuffer.h | |
parent | 7909dd920deadadbfaa2add0225e333a2af6cb56 (diff) |
Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.c
Update some comments, code, etc.
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r-- | src/mesa/main/framebuffer.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h index 11b002877c9..fcc493c1937 100644 --- a/src/mesa/main/framebuffer.h +++ b/src/mesa/main/framebuffer.h @@ -1,6 +1,6 @@ /* * Mesa 3-D graphics library - * Version: 6.3 + * Version: 6.5 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * @@ -37,15 +37,6 @@ extern void _mesa_initialize_framebuffer(struct gl_framebuffer *fb, const GLvisual *visual); extern void -_mesa_add_soft_renderbuffers(struct gl_framebuffer *fb, - GLboolean color, - GLboolean depth, - GLboolean stencil, - GLboolean accum, - GLboolean alpha, - GLboolean aux); - -extern void _mesa_destroy_framebuffer(struct gl_framebuffer *buffer); extern void |