diff options
author | Brian Paul <[email protected]> | 2004-07-23 22:56:29 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-07-23 22:56:29 +0000 |
commit | eae26ca4ba62506f6751ec6ca3e3d50709f28d81 (patch) | |
tree | 914a5c2170a55ccd685e4eac6053077a2749f8e1 | |
parent | 840565cd47fd523133fd63f50748ab498ac038ef (diff) |
minor comments
-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 3d642818821..52a8e051330 100644 --- a/src/mesa/tnl/t_vb_vertex.c +++ b/src/mesa/tnl/t_vb_vertex.c @@ -161,8 +161,10 @@ static GLboolean run_vertex_stage( GLcontext *ctx, /* impossible */ case 2: _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 2 ); + /* fall-through */ case 3: _mesa_vector4f_clean_elem( VB->ClipPtr, VB->Count, 3 ); + /* fall-through */ case 4: break; } |