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