summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_vertex.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-07-23 22:56:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-07-23 22:56:29 +0000
commiteae26ca4ba62506f6751ec6ca3e3d50709f28d81 (patch)
tree914a5c2170a55ccd685e4eac6053077a2749f8e1 /src/mesa/tnl/t_vb_vertex.c
parent840565cd47fd523133fd63f50748ab498ac038ef (diff)
minor comments
Diffstat (limited to 'src/mesa/tnl/t_vb_vertex.c')
-rw-r--r--src/mesa/tnl/t_vb_vertex.c2
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 3d64281882..52a8e05133 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;
}