]> git.sesse.net Git - ffmpeg/commit
hwcontext_vulkan: actually use the frames exec context for prep/import/export
authorLynne <dev@lynne.ee>
Thu, 14 May 2020 22:37:14 +0000 (23:37 +0100)
committerLynne <dev@lynne.ee>
Sat, 23 May 2020 18:07:39 +0000 (19:07 +0100)
commit98405422be81f007bcfd04b29bde8b6a94ab36f7
treea1cabf873a3ac21b14f0ed76fd097182331e96e5
parent3dd3d1b7fb5ebcac3d2a7598d84e6f5c5723e867
hwcontext_vulkan: actually use the frames exec context for prep/import/export

This was never actually used, likely due to confusion, as the device context
also had one used for uploads and downloads.
Also, since we're only using it for very quick image barriers (which are
practically free on all hardware), use the compute queue instead of the
transfer queue.
libavutil/hwcontext_vulkan.c