documentation: fixed a heap o' typos
[platform/upstream/gstreamer.git] / ext / vulkan / vkupload.c
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-09-19 Matthew Watersvulkan: implement command buffer reuse
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-07-04 Matthew Watersvulkan: move trash list to library
2019-06-19 Matthew Watersvkbuffermemory: report requested size of the memory
2019-06-19 Matthew Watersvkupload: Also implement copying non vulkan memory...
2019-06-19 Matthew Watersvkupload: fix a structure sType
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 Watersvkupload: add raw->vulkanimage uploader
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 Watersvulkan: don't require every element to have a display
2019-03-08 Tim-Philipp Müllervulkan: fix some leaks
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-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2016-09-08 Matthew Watersvkupload: add video/x-raw to the VulkanBuffer uploader
2016-04-11 Matthew Watersvkupload: copy necessary buffer metadata
2016-02-16 Matthew Watersvkutils: move object-specific context queries to their...
2016-02-16 Matthew Watersvkupload: implement an uploader abstraction
2016-02-16 Matthew Watersvulkan: add a vulkanbuffer bufferpool
2016-02-16 Matthew Watersvulkan: add upload element