aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/vulkan.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avutil/vulkan: Remove unused ff_vk_set_descriptor_sampler()Andreas Rheinhardt2024-03-031-27/+0
* avutil/vulkan: Make ff_vk_set_descriptor_image() staticAndreas Rheinhardt2024-03-031-5/+6
* avutil/vulkan: Avoid shadowingAndreas Rheinhardt2024-03-031-4/+6
* avutil/vulkan: Don't autoinclude vulkan_loader.hAndreas Rheinhardt2024-03-031-1/+0
* vulkan: return VK_NOT_READY when no queries are availableLynne2023-10-281-0/+5
* vulkan: do not leak bound_buffer_indicesLynne2023-08-281-0/+1
* vulkan: check for extension rather than function pointerLynne2023-08-281-1/+1
* vulkan: do not leak cooperative matrix propertiesLynne2023-08-281-0/+1
* vulkan: enable VK_KHR_cooperative_matrixLynne2023-08-261-1/+24
* lavu/vulkan: remove threadsafe buffer index load and fix a signed overflowLynne2023-07-211-3/+1
* vulkan: discard dependencies when explicitly waiting for executionLynne2023-06-071-0/+3
* vulkan: synchronize access to execution pool fencesLynne2023-06-071-3/+13
* vulkan: replace usage of %lu with %"SIZE_SPECIFIER"Lynne2023-05-291-1/+1
* vulkan: add support for the atomic float ops extensionLynne2023-05-291-0/+13
* vulkan: enable forcing of full subgroupsLynne2023-05-291-2/+13
* vulkan: rewrite to support all necessary featuresLynne2023-05-291-1039/+1124
* vulkan: return current queue index from ff_vk_qf_rotate()Lynne2023-05-291-1/+2
* vulkan: add support for retrieving queue, query and video propertiesLynne2023-05-291-14/+73
* vulkan: add support for queriesLynne2023-05-291-0/+118
* vulkan: minor indent fix, add support for synchronous submission/waitingLynne2023-05-291-2/+18
* vulkan: use device properties 2 and add a convenience loader functionLynne2023-05-291-1/+17
* vulkan: add size tracking to buffer structsLynne2023-05-291-0/+2
* vulkan: do not wait for device idle when destroying buffersLynne2023-05-291-2/+0
* vulkan: allow alloc pNext in ff_vk_create_bufLynne2023-05-291-2/+3
* vulkan: support ignoring memory properties when allocatingLynne2023-05-291-3/+4
* vulkan: expose ff_vk_alloc_mem()Lynne2023-05-291-7/+8
* vulkan: add ff_vk_image_create()Lynne2023-05-291-0/+89
* vulkan: add ff_vk_qf_fill()Lynne2023-05-291-0/+25
* vulkan: add pNext argument to ff_vk_create_buf()Lynne2023-05-291-2/+2
* vulkan: add additional error codesLynne2023-05-291-0/+13
* vulkan: lock queues before submitting operationsLynne2023-05-291-0/+7
* hwcontext_vulkan: add functions for video decodingLynne2023-05-291-3/+5
* lavu/vulkan: avoid using strlen as a loop conditionLynne2022-02-221-1/+2
* lavu/vulkan: check for initialization when freeing buffersLynne2021-11-201-1/+1
* lavu/vulkan: add support for using libshaderc as a GLSL compilerLynne2021-11-191-0/+4
* lavfi/vulkan: split off lavfi-specific code into vulkan_filter.cLynne2021-11-191-2/+2
* lavu/vulkan: add option to switch between shader compilers and cleanup glslangLynne2021-11-191-12/+21
* lavu/vulkan: move common Vulkan code from libavfilter to libavutilLynne2021-11-191-0/+1392