
A command-line switch has been added to allow specifically directing XWayland whether to try loading OpenGL or OpenGL ES specifically without first trying to load the desktop OpenGL profile.
For allowing better control over the OpenGL API to be used, Konstantin added this "-glamor" option to specify the rendering API for use with Glamor acceleration. Besides OpenGL or OpenGL ES, it can also be set to "off" to use the shared memory back-end (SHM) path.
More details for those interested in this new XWayland command-line switch via this merge request that made it in overnight to the X.Org Server codebase.