Skip to content

wayland: set names for event queues

Derek Foreman requested to merge derekf/mesa:queue_names into main

Newer libwayland adds setting names for event queues for nicer debug output when the WAYLAND_DEBUG environment variable is set.

Add a fallback for when this is not present, and use it when it is.

Merge request reports