From 42c34efd23d7ad05df9f3c71f7d52dd259e179d8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 13 Sep 2005 02:59:53 +0000 Subject: OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. See comment near top of stencil.c for info about OpenGL 2.0 vs. GL_EXT_stencil_two_side. --- src/mesa/main/stencil.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/stencil.h') diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h index ec2927cfd2..27c6362023 100644 --- a/src/mesa/main/stencil.h +++ b/src/mesa/main/stencil.h @@ -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 ); -- cgit v1.2.3