Zhao Zhili
7b0bd6c4a7
avutil/vulkan_glslang: Fix build failure
...
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.
2024-12-17 19:28:35 +09:00
0a1f8107bb
vulkan: move SPIR-V compilation code to libavutil
...
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.
2024-10-06 01:21:44 +02:00
05ce6473ac
lavfi: add lavfi-only Vulkan infrastructure
2023-05-29 00:41:51 +02:00
Wu Jianhua
ff82bd5a00
avutil/vulkan_glslang: fix compiling failure issue
...
Signed-off-by: Wu Jianhua <jianhua.wu@intel.com>
2021-11-19 16:47:48 +01:00
b2aec70bd6
lavu/vulkan: add option to switch between shader compilers and cleanup glslang
2021-11-19 13:44:47 +01:00
d1133e8c44
lavu/vulkan: move common Vulkan code from libavfilter to libavutil
2021-11-19 13:44:45 +01:00