diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-05-30 10:01:41 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-05-30 10:01:41 +0000 |
commit | 71f2c401c5657c6f2fc2236fd019aa70d538daac (patch) | |
tree | 3f17dcac85303dae0935c0e9d25fd428ddb395de /src/mesa/tnl/t_vb_vertex.c | |
parent | 84cac8441fcf5f692cd220e9fa86cab398a4c159 (diff) |
rerun vertex stage on _MESA_NEW_NEED_EYE_COORDS
Diffstat (limited to 'src/mesa/tnl/t_vb_vertex.c')
-rw-r--r-- | src/mesa/tnl/t_vb_vertex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_vertex.c b/src/mesa/tnl/t_vb_vertex.c index c52047f3e8..d9baed3b0c 100644 --- a/src/mesa/tnl/t_vb_vertex.c +++ b/src/mesa/tnl/t_vb_vertex.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_vertex.c,v 1.8 2001/03/29 16:50:33 brianp Exp $ */ +/* $Id: t_vb_vertex.c,v 1.9 2001/05/30 10:01:41 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -303,6 +303,7 @@ const struct gl_pipeline_stage _tnl_vertex_transform_stage = { "modelview/project/cliptest/divide", 0, /* re-check -- always on */ + _MESA_NEW_NEED_EYE_COORDS | _NEW_MODELVIEW| _NEW_PROJECTION| _NEW_TRANSFORM, /* re-run */ |