r600g: do not flush the uploader

This commit is contained in:
Marek Olšák 2011-02-06 21:12:19 +01:00
parent 529d867207
commit 1c2a4f0820
1 changed files with 0 additions and 3 deletions

View File

@ -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)