From 352d4dbfb24c65f327759c00c7db7d30a9482e35 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 10 May 2004 18:16:03 +0000 Subject: Add EXT_vertex_cull support to mesa --- src/mesa/tnl_dd/t_dd_dmatmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl_dd') diff --git a/src/mesa/tnl_dd/t_dd_dmatmp.h b/src/mesa/tnl_dd/t_dd_dmatmp.h index e8681dcd03..43d5030856 100644 --- a/src/mesa/tnl_dd/t_dd_dmatmp.h +++ b/src/mesa/tnl_dd/t_dd_dmatmp.h @@ -1152,7 +1152,7 @@ static GLboolean TAG(validate_render)( GLcontext *ctx, { GLint i; - if (VB->ClipOrMask) + if (VB->ClipOrMask & ~CLIP_CULL_BIT) return GL_FALSE; if (VB->Elts && !HAVE_ELTS) -- cgit v1.2.3