summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_wsi.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR definedMatt Turner1-0/+2
2017-04-04anv: Replace anv_bo::is_winsys_bo with a uint32_t flagsJason Ekstrand1-1/+6
2017-04-03anv: Implement VK_KHR_incremental_presentJason Ekstrand1-1/+9
2017-04-03vulkan/wsi: Plumb present regions through the common codeJason Ekstrand1-1/+2
2017-02-27vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie1-1/+4
2017-02-20vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie1-1/+1
2017-02-15anv: wsi: report presentation error per image requestLionel Landwerlin1-8/+15
2017-01-12vulkan: Add new cast macros for VkIcd typesChad Versace1-6/+6
2016-11-23anv: fix segfault in anv_BindImageMemoryDave Airlie1-1/+1
2016-11-16anv: Handle null in all destructorsJason Ekstrand1-0/+6
2016-11-09anv: Rework fencesJason Ekstrand1-1/+1
2016-11-09anv/wsi: Set the fence to signaled in AcquireNextImageKHRJason Ekstrand1-3/+10
2016-10-19anv/wsi: remove all anv references from WSI common codeDave Airlie1-19/+19
2016-10-19anv: move common wsi code to x11/wayland common files.Dave Airlie1-1/+2
2016-10-19anv/wsi/wayland: add callback to get device format properties.Dave Airlie1-1/+7
2016-10-19anv/wsi/wl: stop using device in more placesDave Airlie1-2/+3
2016-10-19anv/wsi: move further away from passing anv displays aroundDave Airlie1-9/+19
2016-10-19anv/wsi: split image alloc/free out to separate fns.Dave Airlie1-2/+119
2016-10-19anv/wsi: switch to using VkDevice in swapchainDave Airlie1-1/+1
2016-10-19anv/wsi: drop device from get formatDave Airlie1-1/+1
2016-10-19anv/wsi: remove device from get_support interfaceDave Airlie1-1/+3
2016-10-19anv/wsi/x11: push anv_device out of the init/finish routinesDave Airlie1-3/+3
2016-10-19anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie1-6/+6
2016-10-19anv/wsi: drop device from get capsDave Airlie1-1/+1
2016-10-19anv/wsi: drop get present modes device argDave Airlie1-1/+1
2016-10-19radv/anv/wsi: drop unneeded parameterDave Airlie1-1/+1
2016-10-19anv: move to using vk_alloc helpers.Dave Airlie1-1/+1
2016-05-30anv: resolve wayland-only buildEmil Velikov1-0/+2
2016-05-17anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand1-12/+15
2016-05-01anv: factor out the X11/XCB buildEmil Velikov1-0/+4
2016-05-01anv: kill of custom define HAVE_WAYLAND_PLATFORMEmil Velikov1-2/+2
2016-03-11anv/wsi: Throttle rendering to no more than 2 frames aheadJason Ekstrand1-0/+38
2016-02-18Move the intel vulkan driver to src/intel/vulkanJason Ekstrand1-0/+196