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.
This commit is contained in:
Brian Paul
2006-04-06 22:11:57 +00:00
parent f51a32e82a
commit 51faca1270
7 changed files with 11 additions and 9 deletions

View File

@@ -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 =