OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
[mesa.git] / src / mesa / main / stencil.h
index ec2927cfd209aba39bab3a7964658a8bd7ef38a1..27c6362023c9e9638e58824bae547dc3a8ce50df 100644 (file)
@@ -5,7 +5,7 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  6.3
+ * Version:  6.5
  *
  * Copyright (C) 1999-2005  Brian Paul   All Rights Reserved.
  *
@@ -67,6 +67,10 @@ extern void GLAPIENTRY
 _mesa_StencilMaskSeparate(GLenum face, GLuint mask);
 
 
+extern void
+_mesa_update_stencil(GLcontext *ctx);
+
+
 extern void 
 _mesa_init_stencil( GLcontext * ctx );