summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_wsi_x11.c
Commit message (Expand)AuthorAgeFilesLines
* anv/wsi: remove all anv references from WSI common codeDave Airlie2016-10-191-8/+5
* anv: move common wsi code to x11/wayland common files.Dave Airlie2016-10-191-842/+2
* anv/wsi: split out surface creation to avoid instance APIDave Airlie2016-10-191-18/+41
* anv/wsi: move further away from passing anv displays aroundDave Airlie2016-10-191-15/+7
* anv/wsi: split image alloc/free out to separate fns.Dave Airlie2016-10-191-122/+17
* anv/wsi: switch to using VkDevice in swapchainDave Airlie2016-10-191-5/+4
* anv/wsi/x11: more refactoring to use generic handlesDave Airlie2016-10-191-27/+43
* anv/wsi/x11: start refactoring out the image allocation/free functionalityDave Airlie2016-10-191-22/+52
* anv/wsi: drop device from get formatDave Airlie2016-10-191-1/+1
* anv/wsi: remove device from get_support interfaceDave Airlie2016-10-191-2/+3
* anv/wsi/x11: abstract WSI interface from internals.Dave Airlie2016-10-191-9/+24
* anv/wsi/x11: push anv_device out of the init/finish routinesDave Airlie2016-10-191-10/+12
* anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie2016-10-191-9/+9
* anv/wsi/x11: push device out of x11 connection fns.Dave Airlie2016-10-191-11/+12
* 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-11/+11
* anv/wsi: fix apps that acquire multiple images up frontDave Airlie2016-10-141-0/+1
* anv: initialise and increment send_sbcDave Airlie2016-10-141-0/+2
* anv/wsi: Advertise UNORM formats as well as sRGBJason Ekstrand2016-10-061-0/+1
* anv/x11: Add support for Xlib platformKevin Strasser2016-08-151-12/+70
* anv/wsi: create swapchain images using specified image usageLionel Landwerlin2016-07-041-1/+2
* anv/wsi: Use vk_format_info for asserts rather than anv_formatJason Ekstrand2016-05-171-1/+2
* anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand2016-05-171-19/+21
* anv/x11: Reset the SHM fence before presenting the pixmapJason Ekstrand2016-03-111-0/+2
* anv/x11: Add present supportKristian Høgsberg Kristensen2016-03-111-42/+146
* anv/x11: Split image creation into a helper functionJason Ekstrand2016-03-111-108/+142
* anv/x11: Free swapchain images and memory on destroyKristian Høgsberg Kristensen2016-02-221-1/+5
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+758