From af72dcd109d7610b96863035541250997c7a172e Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 30 Sep 2011 08:30:25 +0200 Subject: mesa xkeyboard-config git update 30 sep 2011 --- mesalib/src/mesa/main/stencil.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mesalib/src/mesa/main/stencil.c') diff --git a/mesalib/src/mesa/main/stencil.c b/mesalib/src/mesa/main/stencil.c index d898bf1d7..b6993ff12 100644 --- a/mesalib/src/mesa/main/stencil.c +++ b/mesalib/src/mesa/main/stencil.c @@ -65,13 +65,9 @@ validate_stencil_op(struct gl_context *ctx, GLenum op) case GL_INCR: case GL_DECR: case GL_INVERT: + case GL_INCR_WRAP: + case GL_DECR_WRAP: return GL_TRUE; - case GL_INCR_WRAP_EXT: - case GL_DECR_WRAP_EXT: - if (ctx->Extensions.EXT_stencil_wrap) { - return GL_TRUE; - } - /* FALL-THROUGH */ default: return GL_FALSE; } -- cgit v1.2.3