[PATCH xserver 1/5] xwayland: allow "-eglstream" option

2018-06-05 Thread Olivier Fourdan
The command line option "-eglstream" used to enable EGLStream support for NVidia GPU was made available only when Xwayland was built with EGLStream support enabled. Wayland compositors who spawn Xwayland have no easy way to tell whether or not Xwayland was built with EGLStream support enabled,

Re: [PATCH xserver 1/5] xwayland: Allow "-eglstream" option

2018-06-05 Thread Olivier Fourdan
Hi Emil, On 5 June 2018 at 12:41, Emil Velikov wrote: > [...] > >> > +#else > >> > +ErrorF("xwayland glamor: eglstream backend support not > >> > enabled\n"); > >> Something is really weird here: > >> > >> On one hand '-eglstream' is recognised and used (by potential user) on > >>

Re: [PATCH xserver 1/5] xwayland: Allow "-eglstream" option

2018-06-05 Thread Emil Velikov
On 4 June 2018 at 15:37, Olivier Fourdan wrote: > Hi > > On 4 June 2018 at 16:24, Emil Velikov wrote: >> >> On 24 May 2018 at 15:10, Olivier Fourdan wrote: >> > The command line option "-eglstream" used to enable EGLi stream support >> > for NVidia GPU was made available only when Xwayland was

Re: [PATCH xserver 1/5] xwayland: Allow "-eglstream" option

2018-06-04 Thread Olivier Fourdan
Hi On 4 June 2018 at 16:24, Emil Velikov wrote: > On 24 May 2018 at 15:10, Olivier Fourdan wrote: > > The command line option "-eglstream" used to enable EGLi stream support > > for NVidia GPU was made available only when Xwayland was built with EGL > > stream support enabled. > > > > Wayland

Re: [PATCH xserver 1/5] xwayland: Allow "-eglstream" option

2018-06-04 Thread Emil Velikov
On 24 May 2018 at 15:10, Olivier Fourdan wrote: > The command line option "-eglstream" used to enable EGLi stream support > for NVidia GPU was made available only when Xwayland was built with EGL > stream support enabled. > > Wayland compositors who spawn Xwayland have no easy way to tell whether

Re: [PATCH xserver 1/5] xwayland: Allow "-eglstream" option

2018-05-25 Thread Lyude Paul
Reviewed-by: Lyude Paul On Thu, 2018-05-24 at 16:10 +0200, Olivier Fourdan wrote: > The command line option "-eglstream" used to enable EGLi stream support > for NVidia GPU was made available only when Xwayland was built with EGL > stream support enabled. > > Wayland

[PATCH xserver 1/5] xwayland: Allow "-eglstream" option

2018-05-24 Thread Olivier Fourdan
The command line option "-eglstream" used to enable EGLi stream support for NVidia GPU was made available only when Xwayland was built with EGL stream support enabled. Wayland compositors who spawn Xwayland have no easy way to tell whether or not Xwayland was built with EGL stream support