From: Brian Paul Date: Fri, 23 Jul 2004 22:56:29 +0000 (+0000) Subject: minor comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eae26ca4ba62506f6751ec6ca3e3d50709f28d81;p=mesa.git minor comments --- 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; }