summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_wsi.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-27radv/wsi: Compute correct row_pitch for GFX9.Dave Airlie1-2/+6
2017-07-21radv: initial support for shared semaphores (v2)Dave Airlie1-6/+24
2017-07-15radv: Use the KHR dedicated alloc for the WSI.Bas Nieuwenhuizen1-2/+2
2017-06-06util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith1-1/+1
2017-06-05radv: use ac_surface data structuresNicolai Hähnle1-1/+1
2017-06-05radv: remove radeon_surf_level::pitch_bytesNicolai Hähnle1-1/+1
2017-05-29radv: Also signal fence if vkAcquireNextImageKHR returns VK_SUBOPTIMAL_KHR.Bas Nieuwenhuizen1-1/+1
2017-05-03radv/wsi: report presentation error per image requestDave Airlie1-6/+13
2017-04-03radv: Enable VK_KHR_incremental_present.Bas Nieuwenhuizen1-1/+10
2017-04-03vulkan/wsi: Plumb present regions through the common codeJason Ekstrand1-1/+2
2017-03-06radv: use VK_NULL_HANDLE for handlesGrazvydas Ignotas1-1/+1
2017-02-27radv: add support for NV_dedicated_allocationDave Airlie1-18/+16
2017-02-27vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie1-11/+125
2017-02-21radv: Special case the initial preamble.Bas Nieuwenhuizen1-1/+1
2017-02-20vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie1-1/+1
2017-01-30radv/amdgpu: Support a preamble CS.Bas Nieuwenhuizen1-1/+1
2017-01-16radv: Get physical device from radv_device instead of the instance.Bas Nieuwenhuizen1-2/+2
2017-01-14radv: use a winsys context per-queue, instead of per device v2Andres Rodriguez1-1/+1
2017-01-12vulkan: Add new cast macros for VkIcd typesChad Versace1-6/+6
2016-12-26radv: handle queue present directly to winsysDave Airlie1-1/+9
2016-11-16radv: don't crash on null swapchain destroy.Dave Airlie1-0/+3
2016-10-26radv: mark the fence as submitted and signalled in vkAcquireNextImageKHRFredrik Höglund1-3/+11
2016-10-19radv: fix wsi porting regression in swapchain destroy.Dave Airlie1-3/+10
2016-10-19radv: port to common wsi codebaseDave Airlie1-27/+149
2016-10-19radv/anv/wsi: drop unneeded parameterDave Airlie1-1/+1
2016-10-19radv: move to using shared vk_alloc inlines.Dave Airlie1-1/+1
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+246