vulkan/wsi: Move get_images into common code
[mesa.git] / src / vulkan / wsi / wsi_common.h
2017-12-04 Jason Ekstrandvulkan/wsi: Move get_images into common code
2017-12-04 Dave Airlieradv/wsi: Move the guts of QueuePresent to wsi common
2017-12-04 Jason Ekstrandvulkan/wsi: Add a WSI_FROM_HANDLE macro
2017-12-04 Jason Ekstrandvulkan/wsi: Do image creation in common code
2017-12-04 Jason Ekstrandvulkan/wsi: Implement prime in a completely generic way
2017-12-04 Jason Ekstrandvulkan/wsi: Add a mock image creation extension
2017-12-04 Jason Ekstrandvulkan/wsi: Add wsi_swapchain_init/finish functions
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function
2017-12-04 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-12-04 Dave Airlievulkan/wsi: use function ptr definitions from the spec.
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-05-16 Jason Ekstrandvulkan/wsi: Add get_capabilities2 and get_formats2d...
2017-04-03 Jason Ekstrandvulkan/wsi: Plumb present regions through the common...
2017-04-03 Jason Ekstrandvulkan/wsi: Fix some line wrapping
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-23 Dave Airlievulkan/wsi: move image count to shared structure.
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-01-12 Chad Versacevulkan: Add new cast macros for VkIcd types
2016-10-27 Dave Airlievulkan/wsi: store present mode in swapchain base class
2016-10-19 Dave Airlieanv: move to using shared wsi code