|
[xserver,01/10] xwayland: move glamor specific routines |
Olivier Fourdan |
Superseded |
0 |
|
|
|
|
|
[xserver,02/10] xwayland: swap "name" and "id" in init_wl_registry() |
Olivier Fourdan |
Accepted |
0 |
|
|
|
|
|
[xserver,03/10] xwayland: GBM should fail w/out "GL_OES_EGL_image" |
Olivier Fourdan |
Accepted |
0 |
|
|
|
|
|
[xserver,04/10] xwayland: skip drm authentication with render node |
Olivier Fourdan |
Accepted |
0 |
|
|
|
|
|
[xserver,05/10] xwayland: move egl_backend to its own struct |
Olivier Fourdan |
Accepted |
0 |
|
|
|
|
|
[xserver,06/10] xwayland: Add Wayland interfaces check |
Olivier Fourdan |
Superseded |
0 |
|
|
|
|
|
[xserver,07/10] xwayland: move EGL backend init to glamor |
Olivier Fourdan |
Accepted |
0 |
|
|
|
|
|
[xserver,08/10] xwayland: refactor EGL backends for wayland registry |
Olivier Fourdan |
Accepted |
0 |
|
|
|
|
|
[xserver,09/10] xwayland: check for EGLStream backend explicitly |
Olivier Fourdan |
Accepted |
0 |
|
|
|
|
|
[xserver,10/10] xwayland: EGL_IMG_context_priority required by EGLStream |
Olivier Fourdan |
Accepted |
1 |
|
|
1 |
|
Hi, This is a follow-up on https://patchwork.freedesktop.org/series/44095/ after Lyude and Emil reviews. Cheers, Olivier Olivier Fourdan (10): xwayland: move glamor specific routines xwayland: swap "name" and "id" in init_wl_registry() xwayland: GBM should fail w/out "GL_OES_EGL_image" xwayland: skip drm authentication with render node xwayland: move egl_backend to its own struct xwayland: Add Wayland interfaces check xwayland: move EGL backend init to glamor xwayland: refactor EGL backends for wayland registry xwayland: check for EGLStream backend explicitly xwayland: EGL_IMG_context_priority required by EGLStream hw/xwayland/xwayland-glamor-eglstream.c | 152 +++++++++++++++---- hw/xwayland/xwayland-glamor-gbm.c | 69 +++++++-- hw/xwayland/xwayland-glamor.c | 186 ++++++++++++------------ hw/xwayland/xwayland-present.c | 5 +- hw/xwayland/xwayland.c | 28 ++-- hw/xwayland/xwayland.h | 151 ++++++++++--------- 6 files changed, 369 insertions(+), 222 deletions(-)