summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_wsi.c
Commit message (Expand)AuthorAgeFilesLines
* anv: Drop 'x11' prefix from non-X11 WSI funcsChad Versace2017-04-281-16/+16
* anv: Use the BO cache for DeviceMemory allocationsJason Ekstrand2017-04-271-4/+4
* anv: Set EXEC_OBJECT_ASYNC when availableJason Ekstrand2017-04-271-0/+1
* anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR definedMatt Turner2017-04-121-0/+2
* anv: Replace anv_bo::is_winsys_bo with a uint32_t flagsJason Ekstrand2017-04-041-1/+6
* anv: Implement VK_KHR_incremental_presentJason Ekstrand2017-04-031-1/+9
* vulkan/wsi: Plumb present regions through the common codeJason Ekstrand2017-04-031-1/+2
* vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie2017-02-271-1/+4
* vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie2017-02-201-1/+1
* anv: wsi: report presentation error per image requestLionel Landwerlin2017-02-151-8/+15
* vulkan: Add new cast macros for VkIcd typesChad Versace2017-01-121-6/+6
* anv: fix segfault in anv_BindImageMemoryDave Airlie2016-11-231-1/+1
* anv: Handle null in all destructorsJason Ekstrand2016-11-161-0/+6
* anv: Rework fencesJason Ekstrand2016-11-091-1/+1
* anv/wsi: Set the fence to signaled in AcquireNextImageKHRJason Ekstrand2016-11-091-3/+10
* anv/wsi: remove all anv references from WSI common codeDave Airlie2016-10-191-19/+19
* anv: move common wsi code to x11/wayland common files.Dave Airlie2016-10-191-1/+2
* anv/wsi/wayland: add callback to get device format properties.Dave Airlie2016-10-191-1/+7
* anv/wsi/wl: stop using device in more placesDave Airlie2016-10-191-2/+3
* anv/wsi: move further away from passing anv displays aroundDave Airlie2016-10-191-9/+19
* anv/wsi: split image alloc/free out to separate fns.Dave Airlie2016-10-191-2/+119
* anv/wsi: switch to using VkDevice in swapchainDave Airlie2016-10-191-1/+1
* anv/wsi: drop device from get formatDave Airlie2016-10-191-1/+1
* anv/wsi: remove device from get_support interfaceDave Airlie2016-10-191-1/+3
* anv/wsi/x11: push anv_device out of the init/finish routinesDave Airlie2016-10-191-3/+3
* anv/wsi: abstract wsi interfaces away from device a bit more.Dave Airlie2016-10-191-6/+6
* anv/wsi: drop device from get capsDave Airlie2016-10-191-1/+1
* anv/wsi: drop get present modes device argDave Airlie2016-10-191-1/+1
* radv/anv/wsi: drop unneeded parameterDave Airlie2016-10-191-1/+1
* anv: move to using vk_alloc helpers.Dave Airlie2016-10-191-1/+1
* anv: resolve wayland-only buildEmil Velikov2016-05-301-0/+2
* anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand2016-05-171-12/+15
* anv: factor out the X11/XCB buildEmil Velikov2016-05-011-0/+4
* anv: kill of custom define HAVE_WAYLAND_PLATFORMEmil Velikov2016-05-011-2/+2
* anv/wsi: Throttle rendering to no more than 2 frames aheadJason Ekstrand2016-03-111-0/+38
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+196