aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi
Commit message (Expand)AuthorAgeFilesLines
...
* vulkan/wsi: create wl_drm wrapper as neededChia-I Wu2019-04-091-7/+20
* vulkan/wsi: move modifier array into wsi_wl_swapchainChia-I Wu2019-04-091-20/+32
* anv,radv: Implement VK_KHR_surface_capability_protectedJason Ekstrand2019-03-183-7/+59
* vulkan: factor out wsi dependenciesLionel Landwerlin2019-03-181-16/+0
* wsi/x11: use WSI_FROM_HANDLE() instead of pointer castsEric Engestrom2019-03-111-1/+2
* wsi/wayland: fix pointer casting warning on 32bitEric Engestrom2019-03-111-1/+2
* wsi/display: s/#if/#ifdef/ to fix -WundefEric Engestrom2019-03-111-1/+1
* wsi: deduplicate get_current_time() functions between display and x11Eric Engestrom2019-03-114-24/+18
* vulkan/util: generate instance/device dispatch tablesLionel Landwerlin2019-03-061-5/+0
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-145-5/+5
* wsi: query the ICD's max dimensions instead of hard-coding themEric Engestrom2019-02-086-12/+32
* wsi/display: add commentEric Engestrom2019-02-021-1/+1
* wsi: drop unneeded KHR suffixEric Engestrom2019-01-081-15/+15
* vulkan/wsi: fix s/,/;/ typoEric Engestrom2018-11-281-2/+2
* wsi/display: fix mem leak when freeing swapchainsEric Engestrom2018-11-281-0/+2
* vulkan: Allow storage images in the WSI.Bas Nieuwenhuizen2018-11-213-0/+3
* wsi/wayland: only finish() a successfully init()ed displayEric Engestrom2018-11-051-1/+2
* wsi/wayland: use proper VkResult typeEric Engestrom2018-11-051-2/+2
* vulkan/wsi: use the drmGetDevice2() APIEmil Velikov2018-10-301-1/+1
* vulkan/wsi: simplify meson file trackingEric Engestrom2018-10-291-18/+5
* vulkan: drop always-true paramEric Engestrom2018-10-262-6/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-1/+0
* vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand2018-10-187-60/+56
* vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHRJason Ekstrand2018-10-186-0/+149
* vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand2018-10-187-21/+16
* vulkan: Disable randr lease for libxcb < 1.13Maxime2018-09-271-0/+2
* vulkan/wsi/display: wsi_display_select_crtc() doesn' need to modify the conne...Eric Engestrom2018-09-241-1/+1
* vulkan/wsi/display: check if wsi_swapchain_init() succeededEric Engestrom2018-09-241-0/+4
* anv,radv: Implement vkAcquireNextImage2Jason Ekstrand2018-09-216-22/+16
* vk/wsi: avoid reading uninitialised memoryEric Engestrom2018-08-231-2/+2
* vulkan/wsi: fix pointer-integer conversion warningsGrazvydas Ignotas2018-08-232-3/+3
* vulkan/wsi: initialise image_index to 0 in x11_manage_fifo_queuesKai Wasserbäch2018-08-181-1/+1
* vulkan/wsi: fix incorrect assignment in assert()Eric Engestrom2018-07-251-2/+2
* anv,radv: Add support for VK_KHR_get_display_properties2Jason Ekstrand2018-07-092-16/+186
* vulkan/wsi_common_display: Return SURFACE_LOST for fatal DRM errorsKeith Packard2018-06-271-7/+7
* vulkan: add VK_EXT_display_control [v10]Keith Packard2018-06-233-2/+378
* vulkan: EXT_acquire_xlib_display requires libXrandr headers to buildKeith Packard2018-06-201-1/+1
* Vulkan/wsi: Implement VK_EXT_display_surface_counterJason Ekstrand2018-06-202-0/+60
* vulkan/wsi: Get rid of the get_capabilities hookJason Ekstrand2018-06-205-6/+10
* vulkan: Add EXT_acquire_xlib_display [v5]Keith Packard2018-06-193-0/+510
* vulkan: Add EXT_direct_mode_display [v2]Keith Packard2018-06-192-0/+23
* vulkan: Add KHR_display extension using DRM [v10]Keith Packard2018-06-196-3/+1593
* vulkan/wsi: Destroy swapchain images after terminating FIFO queuesCameron Kumar2018-06-081-3/+3
* vulkan: don't free uninitialised memoryEric Engestrom2018-05-291-1/+1
* vulkan/wsi: Only use LINEAR modifier for prime if supported.Bas Nieuwenhuizen2018-05-083-2/+5
* vulkan/wsi/wayland: fix leaksJames Legg2018-04-031-0/+4
* dri3: Don't fail on version mismatchDaniel Stone2018-03-201-0/+4
* dri3: allow building against older xcb (v3)Dave Airlie2018-03-161-2/+10
* vulkan/wsi/x11: correct DRI3 version in commentEmil Velikov2018-03-161-1/+1
* vulkan/wsi/x11: use ARRAY_SIZE where applicableEmil Velikov2018-03-161-2/+2