summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_wsi_x11.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-26vulkan: drop always-true paramEric Engestrom1-2/+0
2018-10-24anv: Allow presenting via a different GPUAlex Smith1-2/+2
2018-10-18vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand1-2/+2
2018-10-18vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand1-2/+0
2017-02-27vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie1-2/+2
2017-02-20vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie1-2/+6
2016-10-19anv/wsi: remove all anv references from WSI common codeDave Airlie1-8/+5
2016-10-19anv: move common wsi code to x11/wayland common files.Dave Airlie1-842/+2
2016-10-19anv/wsi: split out surface creation to avoid instance APIDave Airlie1-18/+41
2016-10-19anv/wsi: move further away from passing anv displays aroundDave Airlie1-15/+7
2016-10-19anv/wsi: split image alloc/free out to separate fns.Dave Airlie1-122/+17
2016-10-19anv/wsi: switch to using VkDevice in swapchainDave Airlie1-5/+4
2016-10-19anv/wsi/x11: more refactoring to use generic handlesDave Airlie1-27/+43
2016-10-19anv/wsi/x11: start refactoring out the image allocation/free functionalityDave Airlie1-22/+52
2016-10-19anv/wsi: drop device from get formatDave Airlie1-1/+1
2016-10-19anv/wsi: remove device from get_support interfaceDave Airlie1-2/+3
2016-10-19anv/wsi/x11: abstract WSI interface from internals.Dave Airlie1-9/+24
2016-10-19anv/wsi/x11: push anv_device out of the init/finish routinesDave Airlie1-10/+12
2016-10-19anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie1-9/+9
2016-10-19anv/wsi/x11: push device out of x11 connection fns.Dave Airlie1-11/+12
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-11/+11
2016-10-14anv/wsi: fix apps that acquire multiple images up frontDave Airlie1-0/+1
2016-10-14anv: initialise and increment send_sbcDave Airlie1-0/+2
2016-10-06anv/wsi: Advertise UNORM formats as well as sRGBJason Ekstrand1-0/+1
2016-08-15anv/x11: Add support for Xlib platformKevin Strasser1-12/+70
2016-07-04anv/wsi: create swapchain images using specified image usageLionel Landwerlin1-1/+2
2016-05-17anv/wsi: Use vk_format_info for asserts rather than anv_formatJason Ekstrand1-1/+2
2016-05-17anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand1-19/+21
2016-03-11anv/x11: Reset the SHM fence before presenting the pixmapJason Ekstrand1-0/+2
2016-03-11anv/x11: Add present supportKristian Høgsberg Kristensen1-42/+146
2016-03-11anv/x11: Split image creation into a helper functionJason Ekstrand1-108/+142
2016-02-22anv/x11: Free swapchain images and memory on destroyKristian Høgsberg Kristensen1-1/+5
2016-02-18Move the intel vulkan driver to src/intel/vulkanJason Ekstrand1-0/+758