diff options
author | Brian Paul <[email protected]> | 2008-06-09 14:55:24 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 14:55:24 -0600 |
commit | 4be7296bfcba22a849f949d105ea385e6964cc25 (patch) | |
tree | 51dbef2cd7c0d0d950131fc1fa40769dbc14ac4a /src/mesa/main/buffers.h | |
parent | b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22 (diff) |
mesa: refactor: move scissor functions into new scissor.c file
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index 208e7af2b93..50f2f47a047 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -66,21 +66,11 @@ extern void GLAPIENTRY _mesa_ResizeBuffersMESA( void ); extern void GLAPIENTRY -_mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height ); - -extern void GLAPIENTRY _mesa_SampleCoverageARB(GLclampf value, GLboolean invert); extern void -_mesa_init_scissor(GLcontext *ctx); - -extern void _mesa_init_multisample(GLcontext *ctx); -extern void -_mesa_set_scissor(GLcontext *ctx, - GLint x, GLint y, GLsizei width, GLsizei height); - extern void _mesa_resizebuffers( GLcontext *ctx ); #endif |