diff options
author | Brian Paul <[email protected]> | 2008-06-09 15:09:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 15:09:21 -0600 |
commit | bce428c4a65fdcb890ea18bf4a1dfb42ed109006 (patch) | |
tree | 397ad447d5b30f1b2d949743de8c31fb3ba983b2 /src/mesa/main/buffers.h | |
parent | 9091015a9782ad15e58540a8fd61df83ea2bfe31 (diff) |
mesa: refactor: move multisample-related functions into new multisample.c file
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index ba79db68712..53d5fb80d40 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -52,11 +52,5 @@ _mesa_readbuffer_update_fields(GLcontext *ctx, GLenum buffer); extern void GLAPIENTRY _mesa_ReadBuffer( GLenum mode ); -extern void GLAPIENTRY -_mesa_SampleCoverageARB(GLclampf value, GLboolean invert); - -extern void -_mesa_init_multisample(GLcontext *ctx); - #endif |