]> git.sesse.net Git - ffmpeg/history - libavutil/hwcontext_vulkan.c
hwcontext_vulkan: don't error on unavailable user-specified extensions
[ffmpeg] / libavutil / hwcontext_vulkan.c
2020-05-12 Lynnehwcontext_vulkan: don't error on unavailable user-speci...
2020-05-12 Lynnehwcontext_vulkan: use the maximum amount of queues...
2020-05-12 Lynnehwcontext_vulkan: update prepare_frame() for multiple...
2020-05-11 LynneRevert "hwcontext_vulkan: only use one semaphore per...
2020-05-10 Lynnehwcontext_vulkan: convert to general layout and transfe...
2020-05-10 Lynnehwcontext_vulkan: create all images with concurrent...
2020-05-10 Lynnehwcontext_vulkan: fix inverted condition when exporting...
2020-05-10 Lynnehwcontext_vulkan: update debugging layer name
2020-05-10 Lynnehwcontext_vulkan: remove unused internal REQUIRED exten...
2020-05-10 Lynnehwcontext_vulkan: expose enabled device and instance...
2020-05-10 Lynnehwcontext_vulkan: let users enable device and instance...
2020-05-10 Lynnehwcontext_vulkan: optionally enable the VK_KHR_surface...
2020-04-21 Lynnehwcontext_vulkan: correctly download and upload flipped...
2020-04-07 Lynnehwcontext_vulkan: only use one semaphore per image
2020-03-17 Lynnehwcontext_vulkan: fix imported image bitmask
2020-03-12 Lynnehwcontext_vulkan: support more than one plane per DMABU...
2020-03-12 Lynnehwcontext_vulkan: duplicate DMABUF objects before impor...
2020-03-12 Lynnehwcontext_vulkan: initialize semaphores of DMABUF imports
2020-03-12 Lynnehwcontext_vulkan: only convert image layout for transfe...
2020-03-12 Lynnehwcontext_vulkan: minor corrections for DMABUF mapping
2020-02-04 Lynnelavu: add Vulkan hwcontext code