[PATCH xserver 4/5] xwayland: do not disable glamor if EGLStream failed

2018-06-05 Thread Olivier Fourdan
EGLStream requires glamor, but the opposite is not true. So if someone passes "-eglstream" with a GPU which does not support EGLStream, we could maybe still try GBM and be lucky. That allows Wayland compositors to pass "-eglstream" regardless of the actual hardware, if they want to enable

[PATCH xserver 4/5] xwayland: Do not disable glamor if eglstream failed

2018-05-24 Thread Olivier Fourdan
EGL stream requires glamor, but the opposite is not true. So if someone passes "-eglstream" with a GPU which does not support EGL stream, we could maybe still try GBM and be lucky. That allows Wayland compositor to pass "eglstream" regardless of the actual hardware, if they want to enable EGL