Browse Source

r600g: do not flush the uploader

tags/android-x86-2.2-r2
Marek Olšák 14 years ago
parent
commit
1c2a4f0820
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/gallium/drivers/r600/r600_pipe.c

+ 0
- 3
src/gallium/drivers/r600/r600_pipe.c 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)

Loading…
Cancel
Save