summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/failover/fo_state_emit.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-12-11 13:19:33 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-12-11 13:19:33 +0000
commit94cadef31f9d4ee9fce1bfa66fabb0a403a6f049 (patch)
tree610799f85e3fa5c30cb7db1c20fdd5b437bac888 /src/mesa/pipe/failover/fo_state_emit.c
parent48731280d08bef51c406703e82986643e17b4757 (diff)
gallium: remove redundant clear_color state.
Diffstat (limited to 'src/mesa/pipe/failover/fo_state_emit.c')
-rw-r--r--src/mesa/pipe/failover/fo_state_emit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/pipe/failover/fo_state_emit.c b/src/mesa/pipe/failover/fo_state_emit.c
index a3aff8abd2..612b0a6ca3 100644
--- a/src/mesa/pipe/failover/fo_state_emit.c
+++ b/src/mesa/pipe/failover/fo_state_emit.c
@@ -69,9 +69,6 @@ failover_state_emit( struct failover_context *failover )
if (failover->dirty & FO_NEW_CLIP)
failover->sw->set_clip_state( failover->sw, &failover->clip );
- if (failover->dirty & FO_NEW_CLEAR_COLOR)
- failover->sw->set_clear_color_state( failover->sw, &failover->clear_color );
-
if (failover->dirty & FO_NEW_DEPTH_STENCIL)
failover->sw->bind_depth_stencil_state( failover->sw,
failover->depth_stencil->sw_state );