| Commit message (Expand) | Author | Age | Files | Lines |
* | hwcontext_vulkan: remove plane size alignment checks when host importing | Lynne | 2020-08-02 | 1 | -4/+4 |
* | hwcontext_vulkan: fix uploading and downloading from/to flipped images | Lynne | 2020-05-26 | 1 | -2/+4 |
* | hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapi | Lynne | 2020-05-26 | 1 | -38/+70 |
* | hwcontext_vulkan: initialize the frames context when deriving | Lynne | 2020-05-26 | 1 | -0/+7 |
* | hwcontext_vulkan: use dedicated allocation for buffers when necessary | Lynne | 2020-05-26 | 1 | -3/+28 |
* | hwcontext_vulkan: use host mapped buffers when uploading and downloading | Lynne | 2020-05-26 | 1 | -39/+114 |
* | hwcontext_vulkan: move physical device feature discovery to device_init | Lynne | 2020-05-23 | 1 | -14/+16 |
* | hwcontext_vulkan: split uploading and downloading contexts | Lynne | 2020-05-23 | 1 | -57/+66 |
* | hwcontext_vulkan: set usage for DRM imports to the frames context usage | Lynne | 2020-05-23 | 1 | -1/+2 |
* | hwcontext_vulkan: do not OR the user-specified usage with our default flags | Lynne | 2020-05-23 | 1 | -1/+2 |
* | hwcontext_vulkan: actually use the frames exec context for prep/import/export | Lynne | 2020-05-23 | 1 | -10/+14 |
* | hwcontext_vulkan: support user-provided pools | Lynne | 2020-05-23 | 1 | -9/+10 |
* | hwcontext_vulkan: use all enabled queues for transfers, make uploads async | Lynne | 2020-05-23 | 1 | -96/+237 |
* | hwcontext_vulkan: wrap ImageBufs into AVBufferRefs | Lynne | 2020-05-23 | 1 | -36/+56 |
* | hwcontext_vulkan: expose the enabled device features | Lynne | 2020-05-23 | 1 | -0/+11 |
* | hwcontext_vulkan: expose the amount of queues for each queue family | Lynne | 2020-05-23 | 1 | -0/+3 |
* | hwcontext: add av_hwdevice_ctx_create_derived_opts | Lynne | 2020-05-23 | 1 | -4/+5 |
* | hwcontext_vulkan: fix incorrect print argument | Lynne | 2020-05-14 | 1 | -1/+1 |
* | hwcontext_vulkan: don't add the optional VK_KHR_surface extension by default | Lynne | 2020-05-12 | 1 | -1/+1 |
* | hwcontext_vulkan: don't error on unavailable user-specified extensions | Lynne | 2020-05-12 | 1 | -3/+1 |
* | hwcontext_vulkan: use the maximum amount of queues for each family | Lynne | 2020-05-12 | 1 | -33/+48 |
* | hwcontext_vulkan: update prepare_frame() for multiple semaphores when exporting | Lynne | 2020-05-12 | 1 | -5/+7 |
* | Revert "hwcontext_vulkan: only use one semaphore per image" | Lynne | 2020-05-11 | 1 | -70/+68 |
* | hwcontext_vulkan: convert to general layout and transfer queue when exporting | Lynne | 2020-05-10 | 1 | -1/+19 |
* | hwcontext_vulkan: create all images with concurrent sharing mode | Lynne | 2020-05-10 | 1 | -31/+48 |
* | hwcontext_vulkan: fix inverted condition when exporting images to drm_prime | Lynne | 2020-05-10 | 1 | -1/+1 |
* | hwcontext_vulkan: update debugging layer name | Lynne | 2020-05-10 | 1 | -1/+1 |
* | hwcontext_vulkan: remove unused internal REQUIRED extension flag | Lynne | 2020-05-10 | 1 | -16/+4 |
* | hwcontext_vulkan: expose enabled device and instance extensions | Lynne | 2020-05-10 | 1 | -9/+31 |
* | hwcontext_vulkan: let users enable device and instance extensions using options | Lynne | 2020-05-10 | 1 | -7/+66 |
* | hwcontext_vulkan: optionally enable the VK_KHR_surface extension if available | Lynne | 2020-05-10 | 1 | -1/+1 |
* | hwcontext_vulkan: correctly download and upload flipped images | Lynne | 2020-04-21 | 1 | -2/+2 |
* | hwcontext_vulkan: only use one semaphore per image | Lynne | 2020-04-07 | 1 | -68/+70 |
* | hwcontext_vulkan: fix imported image bitmask | Lynne | 2020-03-17 | 1 | -1/+2 |
* | hwcontext_vulkan: support more than one plane per DMABUF layer | Lynne | 2020-03-12 | 1 | -18/+26 |
* | hwcontext_vulkan: duplicate DMABUF objects before importing them | Lynne | 2020-03-12 | 1 | -3/+6 |
* | hwcontext_vulkan: initialize semaphores of DMABUF imports | Lynne | 2020-03-12 | 1 | -13/+38 |
* | hwcontext_vulkan: only convert image layout for transfers if necessary | Lynne | 2020-03-12 | 1 | -17/+29 |
* | hwcontext_vulkan: minor corrections for DMABUF mapping | Lynne | 2020-03-12 | 1 | -5/+6 |
* | lavu: add Vulkan hwcontext code | Lynne | 2020-02-04 | 1 | -0/+2825 |