summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_wsi_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* anv/wsi: remove all anv references from WSI common codeDave Airlie2016-10-191-2/+2
* anv: move common wsi code to x11/wayland common files.Dave Airlie2016-10-191-781/+3
* anv/wsi/wayland: add callback to get device format properties.Dave Airlie2016-10-191-5/+12
* anv/wsi/wl: stop using device in more placesDave Airlie2016-10-191-16/+20
* anv/wsi: split out surface creation to avoid instance APIDave Airlie2016-10-191-11/+23
* anv/wsi: move further away from passing anv displays aroundDave Airlie2016-10-191-14/+7
* anv/wsi: split image alloc/free out to separate fns.Dave Airlie2016-10-191-94/+26
* anv/wsi: switch to using VkDevice in swapchainDave Airlie2016-10-191-7/+8
* anv/wsi: drop device from get formatDave Airlie2016-10-191-2/+2
* anv/wsi: remove device from get_support interfaceDave Airlie2016-10-191-1/+2
* anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie2016-10-191-8/+8
* anv/wsi: drop device from get capsDave Airlie2016-10-191-1/+0
* anv/wsi: drop get present modes device argDave Airlie2016-10-191-1/+0
* radv/anv/wsi: drop unneeded parameterDave Airlie2016-10-191-1/+0
* anv: move to using vk_alloc helpers.Dave Airlie2016-10-191-8/+8
* anv: port to using new u_vector shared helper.Dave Airlie2016-10-191-7/+7
* anv: fix the wayland wsi busy flag settingDave Airlie2016-10-141-1/+1
* anv/wsi: fix apps that acquire multiple images up frontDave Airlie2016-10-141-0/+1
* anv/wsi: Advertise UNORM formats as well as sRGBJason Ekstrand2016-10-061-0/+4
* anv/wayland: fix assert typoEric Engestrom2016-08-301-1/+1
* anv/wsi: create swapchain images using specified image usageLionel Landwerlin2016-07-041-3/+7
* anv: Fix use of uninitialized variable.Robert Foss2016-05-301-2/+6
* anv/wsi: Use vk_format_info for asserts rather than anv_formatJason Ekstrand2016-05-171-1/+2
* anv/wayland: Don't allow non-renderable formatsJason Ekstrand2016-05-171-4/+7
* anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand2016-05-171-17/+19
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+871