softpipe: remove redundant draw_flush() call

We'll flush after the same-shader comparison.
This commit is contained in:
Brian Paul 2011-02-28 18:25:41 -07:00
parent e6f3e24330
commit 125b4ac7e6

View file

@ -91,8 +91,6 @@ softpipe_bind_fs_state(struct pipe_context *pipe, void *fs)
{
struct softpipe_context *softpipe = softpipe_context(pipe);
draw_flush(softpipe->draw);
if (softpipe->fs == fs)
return;