-
- Downloads
xwayland: Add a flag for n-buffers in EGL backend
Using multiple window buffers crashes with EGLStream, which does not need it anyway as this is handled through EGL directly. Add a flag to the EGL backend to indicate whether it would benefit from multiple buffers and use this in the get_buffer() function. Thanks to Adam Jackson <ajax@redhat.com> for pointing out that issue with EGLStream. v2: Fix logical test (Adam Jackson <ajax@redhat.com>) Signed-off-by:Olivier Fourdan <ofourdan@redhat.com> Reviewed-by:
Adam Jackson <ajax@redhat.com>
Showing
- hw/xwayland/xwayland-glamor-gbm.c 2 additions, 1 deletionhw/xwayland/xwayland-glamor-gbm.c
- hw/xwayland/xwayland-glamor.c 11 additions, 0 deletionshw/xwayland/xwayland-glamor.c
- hw/xwayland/xwayland-glamor.h 2 additions, 0 deletionshw/xwayland/xwayland-glamor.h
- hw/xwayland/xwayland-window-buffers.c 5 additions, 0 deletionshw/xwayland/xwayland-window-buffers.c
Loading
Please register or sign in to comment