vulkan: move fullscreenquad object to library
[platform/upstream/gstreamer.git] / gst-libs / gst / vulkan / meson.build
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-11 Matthew Watersvulkan: add android WSI integration
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 Seungha Yangvulkan: Fix build on Windows
2019-09-25 Matthew Watersvulkan: remove VkImageView from the memory
2019-09-25 Matthew Watersvulkan: remove the winsys-specific headers from gst...
2019-09-19 Matthew Watersvulkan: implement command buffer reuse
2019-09-17 Matthew Watersvulkan: split physical device from logical device
2019-09-16 Matthew Watersvulkan: install public gstvkdebug.h header
2019-09-11 Matthew Watersvulkan: dump most of the device information
2019-08-28 Matthew Watersvulkan/build: conditionally depend on Vulkan-1.0.gir
2019-08-05 Matthew Watersvulkan: add a couple of headers to the install list
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-13 Seungha Yangvulkan: Add support WIN32 for Windows
2019-06-04 Matthew Watersvulkan: implement the correct memory barriers necessary
2019-06-04 Matthew Watersvkupload: implement buffer to image uploader
2019-06-04 Matthew Watersvulkan: large docs update
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