r300g: remove u_upload_flush from r300_draw_arrays

This a leftover probably and is unnecessary, since we flush u_upload_mgr
in r300_flush.
This commit is contained in:
Marek Olšák 2010-09-10 07:53:47 +02:00
parent b4f7f059c7
commit 317680c6fb

View file

@ -604,7 +604,6 @@ static void r300_draw_arrays(struct pipe_context* pipe, unsigned mode,
}
} while (count);
}
u_upload_flush(r300->upload_vb);
}
if (translate) {