summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_wsi_display.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-01radv: move to subclassed instance/physical_device structsDave Airlie1-1/+1
2020-10-03radv: Fix asserts using assign instead of compare.Vinson Lee1-2/+2
2020-09-24radv: use syncobj for wsi fenceJonathan Marek1-42/+64
2020-09-24vulkan/wsi/display: add option for display fence to signal syncobjJonathan Marek1-2/+4
2020-07-16radv: split fence into two parts as enum+union.Samuel Pitoiset1-12/+8
2020-04-27drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen1-1/+1
2019-08-30radv: remove useless ac_llvm_util.h include from the WSI codeSamuel Pitoiset1-1/+0
2019-05-13radv: Clean up signalled and submitted fields from winsys fences.Bas Nieuwenhuizen1-4/+0
2018-07-09anv,radv: Add support for VK_KHR_get_display_properties2Jason Ekstrand1-0/+57
2018-06-23radv: add VK_EXT_display_control to radv driver [v5]Keith Packard1-0/+101
2018-06-19radv: Add EXT_acquire_xlib_display to radv driver [v2]Keith Packard1-0/+30
2018-06-19radv: Add EXT_direct_mode_display to radv driverKeith Packard1-0/+11
2018-06-19radv: Add KHR_display extension to radv [v5]Keith Packard1-0/+155