Re: [PATCH xserver 2/5] xwayland: move egl_backend to its own struct

2018-06-05 Thread Emil Velikov
On 1 June 2018 at 15:31, Olivier Fourdan wrote: > EGL backend availability requires both EGL extensions and Wayland > interfaces to be present, so we will need to consider multiple backends > during initialization. > > As a preliminary work, move the egl_backend to its own struct so that we > can

[PATCH xserver 2/5] xwayland: move egl_backend to its own struct

2018-06-01 Thread Olivier Fourdan
EGL backend availability requires both EGL extensions and Wayland interfaces to be present, so we will need to consider multiple backends during initialization. As a preliminary work, move the egl_backend to its own struct so that we can have more than one backend at any given time.