| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avutil/vulkan: Remove unused ff_vk_set_descriptor_sampler() | Andreas Rheinhardt | 2024-03-03 | 1 | -27/+0 |
* | avutil/vulkan: Make ff_vk_set_descriptor_image() static | Andreas Rheinhardt | 2024-03-03 | 1 | -5/+6 |
* | avutil/vulkan: Avoid shadowing | Andreas Rheinhardt | 2024-03-03 | 1 | -4/+6 |
* | avutil/vulkan: Don't autoinclude vulkan_loader.h | Andreas Rheinhardt | 2024-03-03 | 1 | -1/+0 |
* | vulkan: return VK_NOT_READY when no queries are available | Lynne | 2023-10-28 | 1 | -0/+5 |
* | vulkan: do not leak bound_buffer_indices | Lynne | 2023-08-28 | 1 | -0/+1 |
* | vulkan: check for extension rather than function pointer | Lynne | 2023-08-28 | 1 | -1/+1 |
* | vulkan: do not leak cooperative matrix properties | Lynne | 2023-08-28 | 1 | -0/+1 |
* | vulkan: enable VK_KHR_cooperative_matrix | Lynne | 2023-08-26 | 1 | -1/+24 |
* | lavu/vulkan: remove threadsafe buffer index load and fix a signed overflow | Lynne | 2023-07-21 | 1 | -3/+1 |
* | vulkan: discard dependencies when explicitly waiting for execution | Lynne | 2023-06-07 | 1 | -0/+3 |
* | vulkan: synchronize access to execution pool fences | Lynne | 2023-06-07 | 1 | -3/+13 |
* | vulkan: replace usage of %lu with %"SIZE_SPECIFIER" | Lynne | 2023-05-29 | 1 | -1/+1 |
* | vulkan: add support for the atomic float ops extension | Lynne | 2023-05-29 | 1 | -0/+13 |
* | vulkan: enable forcing of full subgroups | Lynne | 2023-05-29 | 1 | -2/+13 |
* | vulkan: rewrite to support all necessary features | Lynne | 2023-05-29 | 1 | -1039/+1124 |
* | vulkan: return current queue index from ff_vk_qf_rotate() | Lynne | 2023-05-29 | 1 | -1/+2 |
* | vulkan: add support for retrieving queue, query and video properties | Lynne | 2023-05-29 | 1 | -14/+73 |
* | vulkan: add support for queries | Lynne | 2023-05-29 | 1 | -0/+118 |
* | vulkan: minor indent fix, add support for synchronous submission/waiting | Lynne | 2023-05-29 | 1 | -2/+18 |
* | vulkan: use device properties 2 and add a convenience loader function | Lynne | 2023-05-29 | 1 | -1/+17 |
* | vulkan: add size tracking to buffer structs | Lynne | 2023-05-29 | 1 | -0/+2 |
* | vulkan: do not wait for device idle when destroying buffers | Lynne | 2023-05-29 | 1 | -2/+0 |
* | vulkan: allow alloc pNext in ff_vk_create_buf | Lynne | 2023-05-29 | 1 | -2/+3 |
* | vulkan: support ignoring memory properties when allocating | Lynne | 2023-05-29 | 1 | -3/+4 |
* | vulkan: expose ff_vk_alloc_mem() | Lynne | 2023-05-29 | 1 | -7/+8 |
* | vulkan: add ff_vk_image_create() | Lynne | 2023-05-29 | 1 | -0/+89 |
* | vulkan: add ff_vk_qf_fill() | Lynne | 2023-05-29 | 1 | -0/+25 |
* | vulkan: add pNext argument to ff_vk_create_buf() | Lynne | 2023-05-29 | 1 | -2/+2 |
* | vulkan: add additional error codes | Lynne | 2023-05-29 | 1 | -0/+13 |
* | vulkan: lock queues before submitting operations | Lynne | 2023-05-29 | 1 | -0/+7 |
* | hwcontext_vulkan: add functions for video decoding | Lynne | 2023-05-29 | 1 | -3/+5 |
* | lavu/vulkan: avoid using strlen as a loop condition | Lynne | 2022-02-22 | 1 | -1/+2 |
* | lavu/vulkan: check for initialization when freeing buffers | Lynne | 2021-11-20 | 1 | -1/+1 |
* | lavu/vulkan: add support for using libshaderc as a GLSL compiler | Lynne | 2021-11-19 | 1 | -0/+4 |
* | lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c | Lynne | 2021-11-19 | 1 | -2/+2 |
* | lavu/vulkan: add option to switch between shader compilers and cleanup glslang | Lynne | 2021-11-19 | 1 | -12/+21 |
* | lavu/vulkan: move common Vulkan code from libavfilter to libavutil | Lynne | 2021-11-19 | 1 | -0/+1392 |