diff options
author | Kenneth Graunke <[email protected]> | 2019-06-19 22:51:51 -0500 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-06-20 13:32:15 -0500 |
commit | 6890340c31b75d83740f43b679313cf42cd72d23 (patch) | |
tree | dd915a07729a02f6718286de8fd67fdbe31b52fd /src/gallium/targets/haiku-softpipe | |
parent | 64fb20ed326fa0e524582225faaa4bb28f6e4349 (diff) |
iris: Avoid double flushing in iris_transfer_flush_region when copying.
My intention was to have iris_copy_region not do flushing, and leave
that up to the callers. iris_resource_copy_region needs to do this,
but iris_transfer_flush_region was already doing it. The net result
was that we were doing it twice for transfers.
So, move the flushing from iris_copy_region to iris_resource_copy_region
so that it only happens in the callers as I intended.
Diffstat (limited to 'src/gallium/targets/haiku-softpipe')
0 files changed, 0 insertions, 0 deletions