projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
840565c
)
minor comments
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 23 Jul 2004 22:56:29 +0000
(22:56 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 23 Jul 2004 22:56:29 +0000
(22:56 +0000)
src/mesa/tnl/t_vb_vertex.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vb_vertex.c
b/src/mesa/tnl/t_vb_vertex.c
index 3d6428188215abcc43d8d6e614a361bb39b64a72..52a8e051330af6feb9dd0f71c7f595e31a34f1c8 100644
(file)
--- 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;
}