r600g: Remove a redundant flush in r600_texture_transfer_map().
radeon_ws_bo_map() will already take care of that if needed.
This commit is contained in:
@@ -325,7 +325,6 @@ void* r600_texture_transfer_map(struct pipe_context *ctx,
|
||||
char *map;
|
||||
int r;
|
||||
|
||||
ctx->flush(ctx, 0, NULL);
|
||||
if (rtransfer->linear_texture) {
|
||||
bo = ((struct r600_resource *)rtransfer->linear_texture)->bo;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user