| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c | Lynne | 2021-11-19 | 1 | -173/+0 |
* | lavu/vulkan: add option to switch between shader compilers and cleanup glslang | Lynne | 2021-11-19 | 1 | -3/+0 |
* | lavu/vulkan: move common Vulkan code from libavfilter to libavutil | Lynne | 2021-11-19 | 1 | -1390/+1 |
* | lavfi/vulkan: fix issues the previous commit introduced | Lynne | 2021-11-16 | 1 | -4/+4 |
* | lavfi/vulkan: add mutliqueue emulation code | Lynne | 2021-11-16 | 1 | -15/+18 |
* | lavfi/vulkan: fix static descriptor set updating | Lynne | 2021-11-16 | 1 | -0/+21 |
* | lavfi/vulkan: refactor, fix and fully implement multiple queues | Lynne | 2021-11-12 | 1 | -130/+210 |
* | lavfi/glslang: migrate to the C API and robustify library detection | Lynne | 2021-11-12 | 1 | -39/+24 |
* | lavfi/vulkan: use libavutil's vulkan loader | Lynne | 2021-11-12 | 1 | -75/+111 |
* | lavfi/vulkan: port to using timeline semaphores | Lynne | 2021-11-12 | 1 | -0/+31 |
* | avfilter/vulkan: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -9/+0 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | lavfi/vulkan: fix queue counts and set indices | Lynne | 2020-05-26 | 1 | -4/+2 |
* | lavfi/vulkan: use dedicated allocation for buffers when necessary | Lynne | 2020-05-26 | 1 | -3/+28 |
* | lavfi/vulkan: use all enabled queues in the queue family | Lynne | 2020-05-23 | 1 | -65/+231 |
* | lavfi/vulkan: fix 2 minor memory leaks | Lynne | 2020-05-23 | 1 | -1/+4 |
* | Revert "hwcontext_vulkan: only use one semaphore per image" | Lynne | 2020-05-11 | 1 | -17/+21 |
* | hwcontext_vulkan: only use one semaphore per image | Lynne | 2020-04-07 | 1 | -21/+17 |
* | scale_vulkan: add support for RGB->YUV conversions | Lynne | 2020-03-17 | 1 | -0/+12 |
* | lavfi: add Vulkan filtering framework | Lynne | 2020-02-04 | 1 | -0/+1236 |