util/vulkan: Move Vulkan utilities to src/vulkan/util
[mesa.git] / src / amd / vulkan / radv_wsi.c
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-06-05 Nicolai Hähnleradv: use ac_surface data structures
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::pitch_bytes
2017-05-28 Bas Nieuwenhuizenradv: Also signal fence if vkAcquireNextImageKHR return...
2017-05-02 Dave Airlieradv/wsi: report presentation error per image request
2017-04-03 Bas Nieuwenhuizenradv: Enable VK_KHR_incremental_present.
2017-04-03 Jason Ekstrandvulkan/wsi: Plumb present regions through the common...
2017-03-05 Grazvydas Ignotasradv: use VK_NULL_HANDLE for handles
2017-02-27 Dave Airlieradv: add support for NV_dedicated_allocation
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-21 Bas Nieuwenhuizenradv: Special case the initial preamble.
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-01-30 Bas Nieuwenhuizenradv/amdgpu: Support a preamble CS.
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2017-01-14 Andres Rodriguezradv: use a winsys context per-queue, instead of per...
2017-01-12 Chad Versacevulkan: Add new cast macros for VkIcd types
2016-12-26 Dave Airlieradv: handle queue present directly to winsys
2016-11-15 Dave Airlieradv: don't crash on null swapchain destroy.
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-19 Dave Airlieradv: fix wsi porting regression in swapchain destroy.
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-19 Dave Airlieradv/anv/wsi: drop unneeded parameter
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver