vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching
[mesa.git] / src / amd / vulkan / radv_wsi_x11.c
2018-10-18 Jason Ekstrandvulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matching
2018-10-18 Jason Ekstrandvulkan/wsi: Store the instance allocator in wsi_device
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-19 Dave Airlieradv/anv/wsi: drop unneeded parameter
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-13 Dave Airlieradv/wsi: fix app that acquire multiple images up front
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver