summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_wsi_wayland.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-01anv: Use the common dispatch frameworkJason Ekstrand1-1/+1
2018-10-24anv: drop unused includesEric Engestrom1-3/+0
2017-03-13anv/wsi: Don't include wayland headersJason Ekstrand1-3/+0
2016-10-19anv/wsi: remove all anv references from WSI common codeDave Airlie1-2/+2
2016-10-19anv: move common wsi code to x11/wayland common files.Dave Airlie1-781/+3
2016-10-19anv/wsi/wayland: add callback to get device format properties.Dave Airlie1-5/+12
2016-10-19anv/wsi/wl: stop using device in more placesDave Airlie1-16/+20
2016-10-19anv/wsi: split out surface creation to avoid instance APIDave Airlie1-11/+23
2016-10-19anv/wsi: move further away from passing anv displays aroundDave Airlie1-14/+7
2016-10-19anv/wsi: split image alloc/free out to separate fns.Dave Airlie1-94/+26
2016-10-19anv/wsi: switch to using VkDevice in swapchainDave Airlie1-7/+8
2016-10-19anv/wsi: drop device from get formatDave Airlie1-2/+2
2016-10-19anv/wsi: remove device from get_support interfaceDave Airlie1-1/+2
2016-10-19anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie1-8/+8
2016-10-19anv/wsi: drop device from get capsDave Airlie1-1/+0
2016-10-19anv/wsi: drop get present modes device argDave Airlie1-1/+0
2016-10-19radv/anv/wsi: drop unneeded parameterDave Airlie1-1/+0
2016-10-19anv: move to using vk_alloc helpers.Dave Airlie1-8/+8
2016-10-19anv: port to using new u_vector shared helper.Dave Airlie1-7/+7
2016-10-14anv: fix the wayland wsi busy flag settingDave Airlie1-1/+1
2016-10-14anv/wsi: fix apps that acquire multiple images up frontDave Airlie1-0/+1
2016-10-06anv/wsi: Advertise UNORM formats as well as sRGBJason Ekstrand1-0/+4
2016-08-30anv/wayland: fix assert typoEric Engestrom1-1/+1
2016-07-04anv/wsi: create swapchain images using specified image usageLionel Landwerlin1-3/+7
2016-05-30anv: Fix use of uninitialized variable.Robert Foss1-2/+6
2016-05-17anv/wsi: Use vk_format_info for asserts rather than anv_formatJason Ekstrand1-1/+2
2016-05-17anv/wayland: Don't allow non-renderable formatsJason Ekstrand1-4/+7
2016-05-17anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand1-17/+19
2016-02-18Move the intel vulkan driver to src/intel/vulkanJason Ekstrand1-0/+871