| Commit message (Expand) | Author | Age | Files | Lines |
* | hwcontext_vulkan: rewrite to support multiplane surfaces | Lynne | 2023-05-29 | 1 | -27/+55 |
* | hwcontext_vulkan: remove contiguous memory path/mode | Lynne | 2023-05-29 | 1 | -3/+3 |
* | hwcontext_vulkan: support threadsafe queue and frame operations | Lynne | 2023-05-29 | 1 | -1/+37 |
* | hwcontext_vulkan: initialize and require instance version 1.3 | Lynne | 2023-05-29 | 1 | -1/+1 |
* | hwcontext_vulkan: stricter semaphore number requirements | Lynne | 2021-12-10 | 1 | -6/+4 |
* | hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiers | Wenbin Chen | 2021-12-10 | 1 | -1/+10 |
* | hwcontext_vulkan: add support for allocating all planes in a single allocation | Wenbin Chen | 2021-12-10 | 1 | -2/+29 |
* | avutil/vulkan: load win32 external memory functions | Timo Rothenpieler | 2021-11-14 | 1 | -0/+3 |
* | vulkan: add support for encode and decode queues and refactor queue code | Lynne | 2021-11-12 | 1 | -14/+26 |
* | hwcontext_vulkan: switch to using timeline semaphores | Lynne | 2021-11-12 | 1 | -2/+11 |
* | hwcontext_vulkan: bump required Vulkan loader version to 1.2 | Lynne | 2021-11-12 | 1 | -1/+1 |
* | hwcontext_vulkan: dynamically load functions | Lynne | 2021-04-30 | 1 | -0/+7 |
* | hwcontext_vulkan: reorder structure fields and add spaces in between | Lynne | 2021-04-28 | 1 | -26/+38 |
* | hwcontext_vulkan: fix make checkheaders fail | Jun Zhao | 2020-06-04 | 1 | -0/+3 |
* | hwcontext_vulkan: use host mapped buffers when uploading and downloading | Lynne | 2020-05-26 | 1 | -2/+2 |
* | hwcontext_vulkan: do not OR the user-specified usage with our default flags | Lynne | 2020-05-23 | 1 | -2/+2 |
* | hwcontext_vulkan: improve public header documentation | Lynne | 2020-05-23 | 1 | -7/+10 |
* | hwcontext_vulkan: expose the enabled device features | Lynne | 2020-05-23 | 1 | -0/+7 |
* | hwcontext_vulkan: expose the amount of queues for each queue family | Lynne | 2020-05-23 | 1 | -2/+12 |
* | Revert "hwcontext_vulkan: only use one semaphore per image" | Lynne | 2020-05-11 | 1 | -2/+2 |
* | hwcontext_vulkan: create all images with concurrent sharing mode | Lynne | 2020-05-10 | 1 | -0/+4 |
* | hwcontext_vulkan: expose enabled device and instance extensions | Lynne | 2020-05-10 | 1 | -1/+20 |
* | hwcontext_vulkan: only use one semaphore per image | Lynne | 2020-04-07 | 1 | -2/+2 |
* | lavu: add Vulkan hwcontext code | Lynne | 2020-02-04 | 1 | -0/+158 |