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/t_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/tnl/t_context.h') diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index b9fc7b8ea0..3d099b205a 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -432,6 +432,7 @@ struct vertex_buffer GLvector4f *ClipPtr; /* _TNL_BIT_POS */ GLvector4f *NdcPtr; /* _TNL_BIT_POS */ GLubyte ClipOrMask; /* _TNL_BIT_POS */ + GLubyte ClipAndMask; /* _TNL_BIT_POS */ GLubyte *ClipMask; /* _TNL_BIT_POS */ GLvector4f *NormalPtr; /* _TNL_BIT_NORMAL */ GLfloat *NormalLengthPtr; /* _TNL_BIT_NORMAL */ -- cgit v1.2.3