aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/vulkan_glslang.c
Commit message (Collapse)AuthorAgeFilesLines
* vulkan_shaderc/glslang: print full shaders on TRACE rather than VERBOSELynne2025-04-141-1/+1
| | | | Way too spammy.
* avutil/vulkan_glslang: Fix build failureZhao Zhili2024-12-171-1/+1
| | | | | compile_only isn't available until 13.1.0. Let default initialization set it to zero, so the code works with version before and after 13.1.0.
* 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