summaryrefslogtreecommitdiff
path: root/libavfilter/vulkan.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne2021-11-191-173/+0
* lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne2021-11-191-3/+0
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-191-1390/+1
* lavfi/vulkan: fix issues the previous commit introducedLynne2021-11-161-4/+4
* lavfi/vulkan: add mutliqueue emulation codeLynne2021-11-161-15/+18
* lavfi/vulkan: fix static descriptor set updatingLynne2021-11-161-0/+21
* lavfi/vulkan: refactor, fix and fully implement multiple queuesLynne2021-11-121-130/+210
* lavfi/glslang: migrate to the C API and robustify library detectionLynne2021-11-121-39/+24
* lavfi/vulkan: use libavutil's vulkan loaderLynne2021-11-121-75/+111
* lavfi/vulkan: port to using timeline semaphoresLynne2021-11-121-0/+31
* avfilter/vulkan: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-9/+0
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* lavfi/vulkan: fix queue counts and set indicesLynne2020-05-261-4/+2
* lavfi/vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-261-3/+28
* lavfi/vulkan: use all enabled queues in the queue familyLynne2020-05-231-65/+231
* lavfi/vulkan: fix 2 minor memory leaksLynne2020-05-231-1/+4
* Revert "hwcontext_vulkan: only use one semaphore per image"Lynne2020-05-111-17/+21
* hwcontext_vulkan: only use one semaphore per imageLynne2020-04-071-21/+17
* scale_vulkan: add support for RGB->YUV conversionsLynne2020-03-171-0/+12
* lavfi: add Vulkan filtering frameworkLynne2020-02-041-0/+1236