summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:55:24 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:51 -0700
commit55e341c4c2e5a6f3475a8a3e6389b904f99a6d1a (patch)
tree1009d3956a06ed5e8e28bd3d28842bbc108497db /src/mesa/main/buffers.h
parent18d2822905ac3187318bd662f80c2836bdfa7c1f (diff)
mesa: refactor: move scissor functions into new scissor.c file
(cherry picked from commit 4be7296bfcba22a849f949d105ea385e6964cc25)
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r--src/mesa/main/buffers.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h
index 9c0070e00f..0af34757e0 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