diff options
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index a453c3e1a29..ca0cdafd05e 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -1,4 +1,4 @@ -/* $Id: buffers.h,v 1.3 2001/03/12 00:48:37 gareth Exp $ */ +/* $Id: buffers.h,v 1.4 2001/05/29 15:23:48 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -51,5 +51,8 @@ _mesa_ReadBuffer( GLenum mode ); extern void _mesa_ResizeBuffersMESA( void ); +extern void +_mesa_SampleCoverageARB(GLclampf value, GLboolean invert); + #endif |