aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/vulkan_glslang.c
Commit message (Collapse)AuthorAgeFilesLines
* vulkan: move SPIR-V compilation code to libavutilLynne2024-10-061-0/+308
| | | | | | | The code is not currently used by libavutil, its just where our common Vulkan code is. Since SPIR-V compilation will be needed by lavc, move it, rather than having lavc including lavfi.
* lavfi: add lavfi-only Vulkan infrastructureLynne2023-05-291-280/+0
|
* avutil/vulkan_glslang: fix compiling failure issueWu Jianhua2021-11-191-2/+2
| | | | Signed-off-by: Wu Jianhua <jianhua.wu@intel.com>
* lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne2021-11-191-22/+46
|
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-191-0/+256