Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vulkan: move SPIR-V compilation code to libavutil | Lynne | 2024-10-06 | 1 | -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 infrastructure | Lynne | 2023-05-29 | 1 | -280/+0 |
| | |||||
* | avutil/vulkan_glslang: fix compiling failure issue | Wu Jianhua | 2021-11-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Wu Jianhua <jianhua.wu@intel.com> | ||||
* | lavu/vulkan: add option to switch between shader compilers and cleanup glslang | Lynne | 2021-11-19 | 1 | -22/+46 |
| | |||||
* | lavu/vulkan: move common Vulkan code from libavfilter to libavutil | Lynne | 2021-11-19 | 1 | -0/+256 |