From 91a04617c40a740ade27e2f60e78a761a297a1d3 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Tue, 21 Dec 2004 08:21:52 +0000 Subject: added GL_EXT_stencil_two_side (yes, it works) --- src/mesa/drivers/glide/fxdrv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/drivers/glide/fxdrv.h') diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index 9cc6d15e0b..984092d9fa 100644 --- a/src/mesa/drivers/glide/fxdrv.h +++ b/src/mesa/drivers/glide/fxdrv.h @@ -447,7 +447,7 @@ struct tfxMesaContext tfxUnitsState unitsState; tfxUnitsState restoreUnitsState; /* saved during multipass */ - + GLboolean multipass; /* true when drawing intermediate pass */ GLuint new_state; GLuint new_gl_state; @@ -715,6 +715,7 @@ void fxSetupBlend (GLcontext *ctx); void fxSetupDepthTest (GLcontext *ctx); void fxSetupTexture (GLcontext *ctx); void fxSetupStencil (GLcontext *ctx); +void fxSetupStencilFace (GLcontext *ctx, GLint face); /* Flags for software fallback cases */ #define FX_FALLBACK_TEXTURE_MAP 0x0001 -- cgit v1.2.3