summaryrefslogtreecommitdiff
path: root/libavutil/vulkan.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/vulkan: avoid using strlen as a loop conditionLynne2022-02-221-1/+2
* lavu/vulkan: check for initialization when freeing buffersLynne2021-11-201-1/+1
* lavu/vulkan: add support for using libshaderc as a GLSL compilerLynne2021-11-191-0/+4
* lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne2021-11-191-2/+2
* lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne2021-11-191-12/+21
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-191-0/+1392