diff options
Diffstat (limited to 'src/mesa/tnl/t_vb_vertex.c')
-rw-r--r-- | src/mesa/tnl/t_vb_vertex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vb_vertex.c b/src/mesa/tnl/t_vb_vertex.c index b483a9522d1..3d642818821 100644 --- a/src/mesa/tnl/t_vb_vertex.c +++ b/src/mesa/tnl/t_vb_vertex.c @@ -208,6 +208,7 @@ static GLboolean run_vertex_stage( GLcontext *ctx, return GL_FALSE; } + VB->ClipAndMask = store->andmask; VB->ClipOrMask = store->ormask; VB->ClipMask = store->clipmask; @@ -222,6 +223,7 @@ static GLboolean run_vertex_stage( GLcontext *ctx, VB->ClipPtr = store->save_clipptr; VB->NdcPtr = store->save_ndcptr; VB->ClipMask = store->clipmask; + VB->ClipAndMask = store->andmask; VB->ClipOrMask = store->ormask; if (store->andmask) return GL_FALSE; |