diff options
Diffstat (limited to 'src/gallium/drivers/r300')
-rw-r--r-- | src/gallium/drivers/r300/r300_blit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/r300_blit.c b/src/gallium/drivers/r300/r300_blit.c index 77f0e273e10..91a374a5838 100644 --- a/src/gallium/drivers/r300/r300_blit.c +++ b/src/gallium/drivers/r300/r300_blit.c @@ -263,10 +263,6 @@ static void r300_clear(struct pipe_context* pipe, zstex->hiz_in_use[fb->zsbuf->level])) { r300->hyperz_state.dirty = TRUE; } - - /* XXX this flush "fixes" a hardlock in the cubestorm xscreensaver */ - if (r300->flush_counter == 0) - pipe->flush(pipe, 0, NULL); } /* Clear a region of a color surface to a constant value. */ |