vulkan/wsi: Drop some unneeded cruft from the API
[mesa.git] / src / vulkan / wsi / wsi_common.c
2017-12-04 Jason Ekstrandvulkan/wsi: Drop some unneeded cruft from the API
2017-12-04 Jason Ekstrandvulkan/wsi: Add wrappers for all of the surface queries
2017-12-04 Jason Ekstrandvulkan/wsi: Add a helper for AcquireNextImage
2017-12-04 Dave Airlievulkan/wsi: move swapchain create/destroy to common...
2017-12-04 Jason Ekstrandvulkan/wsi: Move prime blitting into queue_present
2017-12-04 Jason Ekstrandvulkan/wsi: Move get_images into common code
2017-12-04 Jason Ekstrandvulkan/wsi: Set a proper pWaitDstStageMask on the dummy...
2017-12-04 Jason Ekstrandvulkan/wsi: Only wait on semaphores on the first swapchain
2017-12-04 Jason Ekstrandvulkan/wsi: Refactor result handling in queue_present
2017-12-04 Dave Airlieradv/wsi: Move the guts of QueuePresent to wsi common
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 wsi_swapchain_init/finish functions
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function