vulkan: move fullscreenquad object to library
[platform/upstream/gstreamer.git] / gst-libs / gst / vulkan / vulkan.h
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 Watersvulkan: split vkfullscreenrender into two
2019-11-07 Matthew Watersvulkan: implement proper descriptor set handling
2019-11-07 Matthew Watersvulkan: add handle type for arbitrary vulkan handles
2019-09-25 Matthew Watersvulkan: remove VkImageView from the memory
2019-09-19 Matthew Watersvulkan: implement command buffer reuse
2019-09-17 Matthew Watersvulkan: split physical device from logical device
2019-09-11 Matthew Watersvulkan: dump most of the device information
2019-07-04 Matthew Watersvulkan: move swapper object to the gstvulkan library
2019-07-04 Matthew Watersvulkan: move trash list to library
2019-06-19 Matthew Watersvulkan: add some information on vulkan formats
2019-06-04 Matthew Watersvulkan: implement the correct memory barriers necessary
2019-06-04 Matthew Watersvulkan: use c99 designated initializers where possible
2019-06-04 Matthew Watersvkupload: implement buffer to image uploader
2019-06-04 Matthew Watersvulkan: add a command pool object for tracking
2019-06-04 Matthew Watersvulkan: make a gstvulkan library out of the existing API