summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vulkan.h
Commit message (Expand)AuthorAgeFilesLines
* hwcontext_vulkan: stricter semaphore number requirementsLynne2021-12-101-6/+4
* hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiersWenbin Chen2021-12-101-1/+10
* hwcontext_vulkan: add support for allocating all planes in a single allocationWenbin Chen2021-12-101-2/+29
* avutil/vulkan: load win32 external memory functionsTimo Rothenpieler2021-11-141-0/+3
* vulkan: add support for encode and decode queues and refactor queue codeLynne2021-11-121-14/+26
* hwcontext_vulkan: switch to using timeline semaphoresLynne2021-11-121-2/+11
* hwcontext_vulkan: bump required Vulkan loader version to 1.2Lynne2021-11-121-1/+1
* hwcontext_vulkan: dynamically load functionsLynne2021-04-301-0/+7
* hwcontext_vulkan: reorder structure fields and add spaces in betweenLynne2021-04-281-26/+38
* hwcontext_vulkan: fix make checkheaders failJun Zhao2020-06-041-0/+3
* hwcontext_vulkan: use host mapped buffers when uploading and downloadingLynne2020-05-261-2/+2
* hwcontext_vulkan: do not OR the user-specified usage with our default flagsLynne2020-05-231-2/+2
* hwcontext_vulkan: improve public header documentationLynne2020-05-231-7/+10
* hwcontext_vulkan: expose the enabled device featuresLynne2020-05-231-0/+7
* hwcontext_vulkan: expose the amount of queues for each queue familyLynne2020-05-231-2/+12
* Revert "hwcontext_vulkan: only use one semaphore per image"Lynne2020-05-111-2/+2
* hwcontext_vulkan: create all images with concurrent sharing modeLynne2020-05-101-0/+4
* hwcontext_vulkan: expose enabled device and instance extensionsLynne2020-05-101-1/+20
* hwcontext_vulkan: only use one semaphore per imageLynne2020-04-071-2/+2
* lavu: add Vulkan hwcontext codeLynne2020-02-041-0/+158