minor comments
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 23 Jul 2004 22:56:29 +0000 (22:56 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 23 Jul 2004 22:56:29 +0000 (22:56 +0000)
src/mesa/tnl/t_vb_vertex.c

index 3d6428188215abcc43d8d6e614a361bb39b64a72..52a8e051330af6feb9dd0f71c7f595e31a34f1c8 100644 (file)
@@ -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;
       }