aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_wsi.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: Initialize individual WSI interfaces in wsi_device_initJason Ekstrand2017-12-041-30/+6
* vulkan/wsi: Drop some unneeded cruft from the APIJason Ekstrand2017-12-041-18/+1
* vulkan/wsi: Add wrappers for all of the surface queriesJason Ekstrand2017-12-041-28/+23
* vulkan/wsi: Drop the can_handle_different_gpu parameter from get_supportJason Ekstrand2017-12-041-1/+1
* vulkan/wsi: Add a helper for AcquireNextImageJason Ekstrand2017-12-041-8/+11
* vulkan/wsi: move swapchain create/destroy to common codeDave Airlie2017-12-041-30/+5
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-041-4/+3
* anv/wsi: Enable prime supportJason Ekstrand2017-12-041-1/+1
* anv/wsi: Use the common QueuePresent codeJason Ekstrand2017-12-041-57/+6
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-041-121/+1
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-041-2/+12
* vulkan/wsi: Add a wsi_device_init functionJason Ekstrand2017-12-041-1/+10
* vulkan/wsi: Add a wsi_image structureDaniel Stone2017-12-041-15/+10
* vulkan/wsi: use function ptr definitions from the spec.Dave Airlie2017-12-041-1/+2
* anv: fix assert in wsi image code.Dave Airlie2017-10-111-1/+1
* anv/wsi: Allocate enough memory for the entire imageJason Ekstrand2017-10-071-3/+4
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-061-4/+4
* anv: wire up vk_errorf macro to do debug reportingTapani Pälli2017-09-121-2/+4
* anv/wsi: Use QueueSubmit to trigger the fence in AcquireNextImageJason Ekstrand2017-08-281-3/+6
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-061-1/+1
* anv: Implement VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-161-0/+27
* 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