| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan: return VK_NOT_READY when no queries are available | Lynne | 2023-10-28 | 1 | -0/+1 |
* | vulkan: enable VK_KHR_cooperative_matrix | Lynne | 2023-08-26 | 1 | -0/+4 |
* | lavu/vulkan: remove unused field from the execution pool structure | Lynne | 2023-07-21 | 1 | -1/+0 |
* | lavu/vulkan: remove threadsafe buffer index load and fix a signed overflow | Lynne | 2023-07-21 | 1 | -1/+1 |
* | vulkan: synchronize access to execution pool fences | Lynne | 2023-06-07 | 1 | -0/+2 |
* | vulkan: add support for the atomic float ops extension | Lynne | 2023-05-29 | 1 | -0/+4 |
* | hwcontext_vulkan: remove duplicate code, port to use generic vulkan utils | Lynne | 2023-05-29 | 1 | -0/+13 |
* | vulkan: make GLSL macro functions semicolumn-safe | Lynne | 2023-05-29 | 1 | -6/+22 |
* | vulkan: enable forcing of full subgroups | Lynne | 2023-05-29 | 1 | -1/+3 |
* | vulkan: add ff_vk_count_images() | Lynne | 2023-05-29 | 1 | -0/+9 |
* | vulkan: rewrite to support all necessary features | Lynne | 2023-05-29 | 1 | -284/+232 |
* | vulkan: return current queue index from ff_vk_qf_rotate() | Lynne | 2023-05-29 | 1 | -1/+1 |
* | vulkan: add support for retrieving queue, query and video properties | Lynne | 2023-05-29 | 1 | -3/+11 |
* | vulkan: add support for queries | Lynne | 2023-05-29 | 1 | -0/+30 |
* | vulkan: minor indent fix, add support for synchronous submission/waiting | Lynne | 2023-05-29 | 1 | -0/+9 |
* | vulkan: use device properties 2 and add a convenience loader function | Lynne | 2023-05-29 | 1 | -1/+7 |
* | vulkan: add size tracking to buffer structs | Lynne | 2023-05-29 | 1 | -0/+1 |
* | vulkan: allow alloc pNext in ff_vk_create_buf | Lynne | 2023-05-29 | 1 | -1/+2 |
* | vulkan: expose ff_vk_alloc_mem() | Lynne | 2023-05-29 | 1 | -0/+7 |
* | vulkan: add ff_vk_image_create() | Lynne | 2023-05-29 | 1 | -0/+11 |
* | vulkan: add ff_vk_qf_fill() | Lynne | 2023-05-29 | 1 | -0/+9 |
* | vulkan: add pNext argument to ff_vk_create_buf() | Lynne | 2023-05-29 | 1 | -1/+1 |
* | vulkan: fix comment statement about exec_queue blocking | Lynne | 2023-05-29 | 1 | -3/+1 |
* | vulkan: define VK_NO_PROTOTYPES | Lynne | 2023-05-29 | 1 | -0/+2 |
* | lavu/vulkan: fix handle type for 32-bit targets | Kacper Michajłow | 2023-03-07 | 1 | -0/+4 |
* | vulkan: fix checkheaders | Lynne | 2021-11-19 | 1 | -4/+1 |
* | lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c | Lynne | 2021-11-19 | 1 | -4/+1 |
* | lavu/vulkan: add option to switch between shader compilers and cleanup glslang | Lynne | 2021-11-19 | 1 | -0/+15 |
* | lavu/vulkan: move common Vulkan code from libavfilter to libavutil | Lynne | 2021-11-19 | 1 | -0/+413 |