From: Marek Olšák Date: Sun, 6 Feb 2011 20:12:19 +0000 (+0100) Subject: r600g: do not flush the uploader X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c2a4f0820ff2272f993e6da28dcf8bcbbc3252a;p=mesa.git r600g: do not flush the uploader --- diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 45c093121da..1c903a0b4e1 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -68,9 +68,6 @@ static void r600_flush(struct pipe_context *ctx, unsigned flags, dc++; #endif r600_context_flush(&rctx->ctx); - - u_upload_flush(rctx->upload_vb); - u_upload_flush(rctx->upload_const); } static void r600_destroy_context(struct pipe_context *context)