Keith Packard Plumbs Direct Display Extensions Into RADV & ANV

These direct display extensions are for allowing Vulkan to display content on an output directly either through the Direct Rendering Manager without any windowing system or through RandR and Linux DRM leases. The primary use-case here is for VR HMDs with trying to get them out of the way of any Linux desktop compositor and allowing SteamVR's compositor to deal with the head-mounted display directly for most control and eliminating any possible inefficiencies.
The code added to Mesa for the ANV/RADV Vulkan drivers implement KHR_display_extension, EXT_direct_mode_display, EXT_acquire_xlib_display, EXT_display_surface_counter, EXT_display_control, VK_MESA_query_timestamp, and VK_GOOGLE_display_timing extensions.
The seven patches for now can be found on dri-devel but hopefully we will see all of this work tidied up in time for the Mesa 18.1 release next quarter.
6 Comments