diff options
author | Lynne <dev@lynne.ee> | 2020-05-10 21:53:39 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2020-05-10 23:20:49 +0100 |
commit | 875c1707e5f6287a6dabc7bc2dc5e1a9f3dc811b (patch) | |
tree | 59a6394ef350c6fd6fc8ccec382eea7e51104bca /.gitattributes | |
parent | 7c080dc190ac1d85de1ca873347d0ac8855985e0 (diff) | |
download | ffmpeg-875c1707e5f6287a6dabc7bc2dc5e1a9f3dc811b.tar.gz |
hwcontext_vulkan: create all images with concurrent sharing mode
As it turns out, we were already assuming and treating all images as if they had
concurrent access mode. This just changes the flag to CONCURRENT, which has less
restrictions than EXCLUSIVE, and fixed validation messages on machines with
multiple queues.
The validation layer didn't pick this up because the machine I was testing on
had only a single queue.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions