Change #263354
| Category | ffmpeg |
| Changed by | Lynne <dev@lynne.ee> |
| Changed at | Thu 02 Apr 2026 21:15:06 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 47e4e9517318294a85da103e1ba10433ef68b11f |
Comments
swscale/vulkan: add a native SPIR-V assembler backend swscale gets runtime-defined assembly once again! This commit splits the Vulkan backend into two, SPIR-V and GLSL, enabling falling back onto the GLSL implementation if an instruction is unavailable, or simply for testing. Sponsored-by: Sovereign Tech Fund
Changed files
- libswscale/ops.c
- libswscale/vulkan/ops.c