Skip to content

xwayland: Set the vendor name for GLX_EXT_libglvnd

Adam Jackson requested to merge ajax/xserver:xwayland-glvnd into master

Without this the client library will flail around looking for a default provider, probably one named "indirect", and that defeats the point of having the EGL provider for direct context support in the first place.

This assumes that "mesa" will work, of course, and in general it should. Mesa drivers will DTRT through the DRI3 setup path, and if our glamor is atop something non-Mesa then you should fall back to llvmpipe like 1.20. In the future it might be useful to differentiate the vendor here based on whether glamor is using gbm or streams.

Fixes: #1032 (closed)

Edited by Adam Jackson

Merge request reports