summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vulkan.h
Commit message (Expand)AuthorAgeFilesLines
* 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