summaryrefslogtreecommitdiff
path: root/ext/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vulkansink: Fix element metadata.Víctor Manuel Jáquez Leal2021-07-121-1/+1
* vulkan: allow per feature registrationStéphane Cerveau2021-03-2311-33/+123
* vulkan: Fix elements long name.Víctor Manuel Jáquez Leal2021-02-242-2/+2
* vkdeviceprovider: Avoid deadlock on physical deviceJan Schmidt2020-11-031-1/+4
* vulkan: docs annotation updatesMatthew Waters2020-08-151-4/+0
* vulkan/shaders: add explicit license headersMatthew Waters2020-06-1218-0/+342
* vulkan/shaders: manually indent bin2arrayMatthew Waters2020-06-121-7/+36
* docs: Add some more plugin API typesThibault Saunier2020-06-091-0/+4
* docs: Update plugins cacheThibault Saunier2020-06-091-0/+1
* vulkan: fix use of assert() with older meson versionsTim-Philipp Müller2020-05-281-1/+2
* vulkan: don't run tests or build lib if plugin isn't actually builtTim-Philipp Müller2020-05-281-4/+1
* meson: Don't use get_option('buildtype')Nirbheek Chauhan2020-04-031-4/+3
* vulkan/sink: implement GstNavigation supportMatthew Waters2020-03-032-1/+130
* vulkansink: Fix null pointer exceptionSeungha Yang2020-01-031-1/+2
* vulkanviewconvert: clear the cached uniforms on caps changeMatthew Waters2019-12-051-0/+4
* vulkan: move fullscreenquad object to libraryMatthew Waters2019-12-0413-1708/+16
* vulkan: implement caching and reuse of a couple of vulkan resourcesMatthew Waters2019-11-285-37/+58
* vulkancolorconvert: disable YUY2 conversionMatthew Waters2019-11-281-7/+7
* vulkan: split vkfullscreenrender into twoMatthew Waters2019-11-2824-2910/+1916
* vulkan/upload: allocate from the correct poolMatthew Waters2019-11-281-1/+1
* vulkan: add a couple of missing fence unrefsMatthew Waters2019-11-281-0/+1
* vulkan/colorconvert: zero out sampler create structMatthew Waters2019-11-281-0/+2
* vulkan/queue: be sure to take a lock around command submissionMatthew Waters2019-11-143-0/+6
* vulkan/render: fix indent command comment typoMatthew Waters2019-11-141-1/+1
* vulkan: NULL check destruction of vulkan resourcesMatthew Waters2019-11-132-17/+23
* vulkan: make new trash objects ref the fenceMatthew Waters2019-11-136-65/+60
* vulkan: implement proper descriptor set handlingMatthew Waters2019-11-078-192/+176
* vulkan/fence: add always-signalled fence typeMatthew Waters2019-11-074-209/+175
* vulkanviewconvert: fix typo of output image view nameMatthew Waters2019-11-071-1/+1
* vulkan: use VK_NULL_HANDLE in more placesMatthew Waters2019-11-075-71/+71
* vulkan/image: use the full video info for returning vulkan formatsMatthew Waters2019-11-074-7/+5
* vulkan: Fix build error when gstvulkan is not installedYeongjin Jeong2019-11-071-0/+9
* documentation: fixed a heap o' typosAaron Boxer2019-11-055-6/+6
* vulkanimage: move fence creation earlierMatthew Waters2019-10-281-3/+4
* vulkan: change to clamp to edge rather than clamp to borderMatthew Waters2019-10-283-9/+9
* vulkan: remove VkImageView from the memoryMatthew Waters2019-09-257-40/+207
* vkbuffer: remove buffer view from the memoryMatthew Waters2019-09-253-6/+4
* vulkan: implement command buffer reuseMatthew Waters2019-09-195-90/+143
* vulkan: add device provider implementationMatthew Waters2019-09-174-0/+615
* vulkansink: attempt a context query for a deviceMatthew Waters2019-09-171-7/+21
* vulkan: split physical device from logical deviceMatthew Waters2019-09-173-3/+6
* vulkan: only pass the device/instance/display in to *_handle_*() functionsMatthew Waters2019-09-174-8/+8
* vulkan: Don't dereference null pointer when printing errorYeongjin Jeong2019-08-293-10/+13
* vulkancolorconvert: explicitly initalize swizzle arraysMatthew Waters2019-08-281-5/+5
* vulkan/fullscreenrender: free the attachment descriptionsMatthew Waters2019-08-221-0/+1
* vulkanviewconvert: perform a renegotiation on multiview mode/flag property ch...Matthew Waters2019-08-221-0/+4
* shaders/view-convert: remove some debugging coloursMatthew Waters2019-08-221-2/+0
* vulkan: Fix incompatible type build warningSeungha Yang2019-07-092-2/+2
* vulkan: add view converter elementMatthew Waters2019-07-057-1/+2582
* vulkan: fix output framebuffer creation sizeMatthew Waters2019-07-051-2/+2