Skip to content

dzn: Fix conditions for barrier in texture-converting copy case

Jesse Natalie requested to merge jenatali/mesa:dzn-missing-barrier into main

Otherwise we wouldn't synchronize back-to-back copies and the second one might not read the data that was written by the first.

Merge request reports