aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/hwcontext_vulkan.c
Commit message (Expand)AuthorAgeFilesLines
* hwcontext_vulkan: add the mapped software frame as an upload dependencyLynne2024-11-181-1/+11
* vulkan: add support for 10-bit planar RGBLynne2024-11-181-0/+1
* hwcontext_vulkan: fix planar RGB imagesLynne2024-11-181-12/+13
* avutil/hwcontext_vulkan: add missing packed YUV444 format mappingsJames Almer2024-10-271-1/+6
* avutil/hwcontext_vulkan: add support for AV_PIX_FMT_Y216James Almer2024-10-231-0/+1
* hwcontext_vulkan: always enable MUTABLE creation flagLynne2024-10-161-3/+3
* vulkan: add support for AV_PIX_FMT_RGB96Lynne2024-10-151-0/+1
* vulkan: add support for AV_PIX_FMT_RGBA128Lynne2024-10-151-0/+1
* avutil/hwcontext_vulkan: add proper maps for XV3{0,6}James Almer2024-10-141-5/+4
* hwcontext_vulkan: enable shaderBufferInt64Atomics if supportedLynne2024-10-111-0/+1
* hwcontext_vulkan: add support for AV_PIX_FMT_RGBF32Lynne2024-10-111-0/+1
* hwcontext_vulkan: add support for AV_PIX_FMT_RGBAF32Lynne2024-10-111-0/+1
* hwcontext_vulkan: set hwctx->device_featuresLynne2024-10-091-0/+3
* hwcontext_vulkan: remove redundant hostQueryReset settingLynne2024-10-091-1/+0
* hwcontext_vulkan: guard all uses of new spec defines and fix stray bracketLynne2024-10-041-1/+4
* vulkan: add profiling debug settingLynne2024-10-041-5/+17
* vulkan: parse instance list and add the DEBUG_UTILS extensionLynne2024-10-041-1/+0
* hwcontext_vulkan: move device feature struct setup to a new functionLynne2024-10-041-180/+155
* hwcontext_vulkan: enable VK_KHR_shader_relaxed_extended_instructionLynne2024-10-041-0/+39
* vulkan: always enable GL_EXT_scalar_block_layoutLynne2024-10-041-0/+1
* vulkan: check if current buffer has finished execution before picking anotherLynne2024-10-041-3/+3
* vulkan: use push descriptors where possibleLynne2024-09-231-1/+1
* vulkan: add support for regular descriptor poolsLynne2024-09-231-0/+6
* hwcontext_vulkan: forward debug_mode to check_extensions() for devicesLynne2024-09-231-12/+13
* hwcontext_vulkan: add the PROFILE_INDEPENDENT only when neededLynne2024-09-231-1/+2
* hwcontext_vulkan: add support for implicit DRM synchronizationLynne2024-09-221-11/+137
* hwcontext_vulkan: fix VUID-VkPhysicalDeviceImageFormatInfo2-usage-requiredbit...Lynne2024-09-221-8/+10
* hwcontext_vulkan: consider encode DBPs as always independentLynne2024-09-181-2/+3
* hwcontext_vulkan: fix p->img_qfsLynne2024-09-181-1/+16
* hwcontext_vulkan: add support for x2bgr10 and proper DRM mappings for 10-bit ...Lynne2024-09-161-0/+5
* hwcontext_vulkan: disable more false positive validation checksLynne2024-09-091-0/+3
* hwcontext_vulkan: ask for storage images by defaultLynne2024-09-091-2/+4
* hwcontext_vulkan: add PREP_MODE_GENERAL for non-transfer_dst imagesLynne2024-09-091-1/+8
* hwcontext_vulkan: align host mapping size to minImportedHostPointerAlignmentLynne2024-08-161-0/+1
* vulkan: enable encoding of images if video_maintenance1 is enabledLynne2024-08-161-0/+28
* hwcontext_vulkan: enable VK_KHR_video_maintenance1Lynne2024-08-161-1/+11
* hwcontext_vulkan: setup extensions before featuresLynne2024-08-161-35/+38
* hwcontext_vulkan: don't enable deprecated VK_KHR_sampler_ycbcr_conversion ext...Lynne2024-08-161-1/+0
* hwcontext_vulkan: fix user layers, add support for different debug modesLynne2024-08-161-72/+145
* hwcontext_vulkan: ignore false positive validation errorsLynne2024-08-111-1/+9
* hwcontext_vulkan: do not chain structs of unsupported extensions in vkCreateD...Lynne2024-08-111-11/+21
* libavutil: deprecate the old Vulkan queue API, add doc/APIchanges entriesLynne2024-08-111-0/+8
* hwcontext_vulkan: add support for Vulkan encodingLynne2024-08-111-0/+10
* hwcontext_vulkan: add support for VK_EXT_shader_objectLynne2024-08-111-2/+12
* hwcontext_vulkan: enable storageBuffer16BitAccess if availableLynne2024-08-111-0/+2
* hwcontext_vulkan: constify validation layer features tableLynne2024-08-111-1/+1
* hwcontext_vulkan: add HOST_CACHED flag to transfer bufferLynne2024-08-111-1/+2
* hwcontext_vulkan: rewrite upload/downloadLynne2024-08-111-178/+325
* hwcontext_vulkan: remove unused structLynne2024-08-111-13/+0
* hwcontext_vulkan: initialize optical flow queues if availableLynne2024-08-111-3/+15