projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f99d5af
)
softpipe: remove pointless break stmt
author
Brian Paul
<brianp@vmware.com>
Wed, 23 Nov 2011 22:02:05 +0000
(15:02 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 23 Nov 2011 22:02:05 +0000
(15:02 -0700)
src/gallium/drivers/softpipe/sp_quad_depth_test.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_quad_depth_test.c
b/src/gallium/drivers/softpipe/sp_quad_depth_test.c
index 29fb59955e4a4d888a94b6f7c932fcdddb149570..fb163b20c713656d90049dfc72d82576f11c6eff 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_quad_depth_test.c
+++ b/
src/gallium/drivers/softpipe/sp_quad_depth_test.c
@@
-678,7
+678,6
@@
alpha_test_quads(struct quad_stage *qs,
return alpha_test_quads_LESS( qs, quads, nr );
case PIPE_FUNC_EQUAL:
return alpha_test_quads_EQUAL( qs, quads, nr );
- break;
case PIPE_FUNC_LEQUAL:
return alpha_test_quads_LEQUAL( qs, quads, nr );
case PIPE_FUNC_GREATER: