iris: Actually mark blorp_copy_buffer destinations as written.

This commit is contained in:
Kenneth Graunke
2019-04-12 15:36:52 -07:00
parent 8cb50edebf
commit 9c52dce6a9

View File

@@ -523,6 +523,7 @@ iris_copy_region(struct blorp_context *blorp,
};
struct blorp_address dst_addr = {
.buffer = iris_resource_bo(dst), .offset = dstx,
.reloc_flags = EXEC_OBJECT_WRITE,
};
iris_batch_maybe_flush(batch, 1500);