summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_wsi_x11.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-01radv: move to subclassed instance/physical_device structsDave Airlie1-2/+2
2018-10-26vulkan: drop always-true paramEric Engestrom1-2/+0
2018-10-18vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand1-2/+2
2018-10-18vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand1-2/+0
2017-02-27vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie1-2/+2
2017-02-20vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie1-2/+6
2016-10-19radv: port to common wsi codebaseDave Airlie1-907/+44
2016-10-19radv/anv/wsi: drop unneeded parameterDave Airlie1-1/+0
2016-10-19radv: move to using shared vk_alloc inlines.Dave Airlie1-11/+11
2016-10-19radv: drop local MIN/MAX macros.Dave Airlie1-1/+1
2016-10-14radv/wsi: fix app that acquire multiple images up frontDave Airlie1-0/+1
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+963