wpe: Properly wait on context thread startup condition
[platform/upstream/gstreamer.git] / ext / vulkan /
2021-07-12 Víctor Manuel Jáqu... vulkansink: Fix element metadata.
2021-03-23 Stéphane Cerveauvulkan: allow per feature registration
2021-02-24 Víctor Manuel Jáqu... vulkan: Fix elements long name.
2020-11-03 Jan Schmidtvkdeviceprovider: Avoid deadlock on physical device
2020-08-15 Matthew Watersvulkan: docs annotation updates
2020-06-12 Matthew Watersvulkan/shaders: add explicit license headers
2020-06-12 Matthew Watersvulkan/shaders: manually indent bin2array
2020-06-09 Thibault Saunierdocs: Add some more plugin API types
2020-06-09 Thibault Saunierdocs: Update plugins cache
2020-05-28 Tim-Philipp Müllervulkan: fix use of assert() with older meson versions
2020-05-28 Tim-Philipp Müllervulkan: don't run tests or build lib if plugin isn...
2020-04-03 Nirbheek Chauhanmeson: Don't use get_option('buildtype')
2020-03-03 Matthew Watersvulkan/sink: implement GstNavigation support
2020-01-03 Seungha Yangvulkansink: Fix null pointer exception
2019-12-05 Matthew Watersvulkanviewconvert: clear the cached uniforms on caps...
2019-12-04 Matthew Watersvulkan: move fullscreenquad object to library
2019-11-28 Matthew Watersvulkan: implement caching and reuse of a couple of...
2019-11-28 Matthew Watersvulkancolorconvert: disable YUY2 conversion
2019-11-28 Matthew Watersvulkan: split vkfullscreenrender into two
2019-11-28 Matthew Watersvulkan/upload: allocate from the correct pool
2019-11-28 Matthew Watersvulkan: add a couple of missing fence unrefs
2019-11-28 Matthew Watersvulkan/colorconvert: zero out sampler create struct
2019-11-14 Matthew Watersvulkan/queue: be sure to take a lock around command...
2019-11-14 Matthew Watersvulkan/render: fix indent command comment typo
2019-11-13 Matthew Watersvulkan: NULL check destruction of vulkan resources
2019-11-13 Matthew Watersvulkan: make new trash objects ref the fence
2019-11-07 Matthew Watersvulkan: implement proper descriptor set handling
2019-11-07 Matthew Watersvulkan/fence: add always-signalled fence type
2019-11-07 Matthew Watersvulkanviewconvert: fix typo of output image view name
2019-11-07 Matthew Watersvulkan: use VK_NULL_HANDLE in more places
2019-11-07 Matthew Watersvulkan/image: use the full video info for returning...
2019-11-07 Yeongjin Jeongvulkan: Fix build error when gstvulkan is not installed
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-10-28 Matthew Watersvulkanimage: move fence creation earlier
2019-10-28 Matthew Watersvulkan: change to clamp to edge rather than clamp to...
2019-09-25 Matthew Watersvulkan: remove VkImageView from the memory
2019-09-25 Matthew Watersvkbuffer: remove buffer view from the memory
2019-09-19 Matthew Watersvulkan: implement command buffer reuse
2019-09-17 Matthew Watersvulkan: add device provider implementation
2019-09-17 Matthew Watersvulkansink: attempt a context query for a device
2019-09-17 Matthew Watersvulkan: split physical device from logical device
2019-09-17 Matthew Watersvulkan: only pass the device/instance/display in to...
2019-08-29 Yeongjin Jeongvulkan: Don't dereference null pointer when printing...
2019-08-28 Matthew Watersvulkancolorconvert: explicitly initalize swizzle arrays
2019-08-22 Matthew Watersvulkan/fullscreenrender: free the attachment descriptions
2019-08-22 Matthew Watersvulkanviewconvert: perform a renegotiation on multiview...
2019-08-22 Matthew Watersshaders/view-convert: remove some debugging colours
2019-07-09 Seungha Yangvulkan: Fix incompatible type build warning
2019-07-05 Matthew Watersvulkan: add view converter element
2019-07-05 Matthew Watersvulkan: fix output framebuffer creation size
2019-07-04 Matthew Watersvulkan: move swapper object to the gstvulkan library
2019-07-04 Matthew Watersvulkan: move trash list to library
2019-06-24 Matthew Watersvkswapper: support rescaling to the output size
2019-06-24 Matthew Watersvksink: Don't take vulkan buffer's as input
2019-06-20 Matthew Watersvulkan: remove unused downsample AYUV shader
2019-06-19 Matthew Watersvkcolorconvert: add support for RGB<->NV12
2019-06-19 Matthew Watersvkbuffermemory: report requested size of the memory
2019-06-19 Matthew Watersvulkancolorconvert: support RGB <-> AYUV/YUY2/UYVY
2019-06-19 Matthew Watersvktrash: add mini_object_unref destroy function
2019-06-19 Matthew Watersvkfullscreenrender: create descriptor sets later
2019-06-19 Matthew Watersvulkan/shaders: change glslc compilation args based...
2019-06-19 Matthew Watersvulkan: add a color conversion element
2019-06-19 Matthew Watersvkupload: Also implement copying non vulkan memory...
2019-06-19 Matthew Watersvulkan: add download element
2019-06-19 Matthew Watersvulkan/identity: Split out most rendering code to a...
2019-06-19 Matthew Watersvkupload: fix a structure sType
2019-06-19 Matthew Watersvksink: Retrieve vulkan queue earlier
2019-06-04 Matthew Watersvkupload: remove debugging error log
2019-06-04 Matthew Watersvulkan: implement the correct memory barriers necessary
2019-06-04 Matthew Watersvulkan: remove uneeded buffer inheritence information
2019-06-04 Matthew Watersvulkan: add a new image copying element
2019-06-04 Matthew Watersvkupload: add raw->vulkanimage uploader
2019-06-04 Matthew Watersvktrash: add more destruction of vulkan types
2019-06-04 Matthew Watersvulkan: use c99 designated initializers where possible
2019-06-04 Matthew Watersvkswapper: support displaying memory:VulkanImage
2019-06-04 Matthew Watersvkupload: implement buffer to image uploader
2019-06-04 Matthew Watersvulkansink: Respond to queue queries
2019-06-04 Matthew Watersvulkan: add a command pool object for tracking
2019-06-04 Matthew Watersvkswapper: don't output duplicate formats
2019-06-04 Matthew Watersvulkan: make a gstvulkan library out of the existing API
2019-06-04 Matthew Watersvkbufferpool: Fix multiplaner allocations
2019-06-04 Matthew Watersvk*memory: explicitly error out for driver NPOT alignment
2019-06-04 Matthew Watersvulkan/image: initialize the requirements struct before...
2019-06-04 Matthew Watersvulkan: don't require every element to have a display
2019-06-04 Matthew Watersvulkan: remove unused X11 window system references
2019-06-04 Matthew Watersvulkan: remove unused layer enablement
2019-05-13 Thibault Saunierdocs: Build documentation with hotdoc
2019-04-08 Matthew Watersvulkan: Add iOS window implementation
2019-04-08 Matthew Watersvulkan: Add Cocoa window implementation
2019-04-08 Matthew Watersvulkan: make the debug extension optional
2019-03-22 Tim-Philipp Müllervulkan: fix some compiler warnings in gnu89 mode
2019-03-08 Tim-Philipp Müllervulkan: fix some leaks
2018-07-27 Nirbheek ChauhanAdd feature options for almost all plugins
2018-06-23 Tim-Philipp Müllervulkan: Update for g_type_class_add_private() deprecati...
2018-06-13 Matthew Watersvulkaninstance: add missing precondition to _open()
2018-04-25 Xavier ClaessensMeson: Generate pc file for all plugins in bad
2018-02-08 Matthew Watersvulkanupload: actually loop over possible uploaders
2017-11-21 Edward Herveyvulkan: Fix out-of-bound read
2017-09-06 Nicolas DufresneRequest minimum buffer even if need_pool is FALSE
2017-07-10 Jussi Kukkonenvulkan: Use the generated version of vkconfig.h
next