From 51faca127005c41277df76bc8eafc8fd64ca0673 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 6 Apr 2006 22:11:57 +0000 Subject: Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value only includes the 6 frustum bits, not the user-clip plane bit, nor the vertex cull bit. --- src/mesa/tnl/t_vb_arbprogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_vb_arbprogram.c') diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c index 11a5b654fc..1f492b6beb 100644 --- a/src/mesa/tnl/t_vb_arbprogram.c +++ b/src/mesa/tnl/t_vb_arbprogram.c @@ -1193,7 +1193,7 @@ do_ndc_cliptest(GLcontext *ctx, struct arb_vp_machine *m) * the clipmask. */ m->ormask = 0; - m->andmask = CLIP_ALL_BITS; + m->andmask = CLIP_FRUSTUM_BITS; if (tnl->NeedNdcCoords) { VB->NdcPtr = -- cgit v1.2.3