Re: [RFC][PATCH xserver] xwayland: Queue Present events

2018-02-01 Thread Michel Dänzer
On 2018-02-01 04:45 PM, Michel Dänzer wrote: > On 2018-01-29 06:15 PM, Roman Gilg wrote: >> This is a RFC on a follow-up patch to my recently posted patch series on the >> xorg-devel mailing list to enable per window flips of Present Pixmaps to >> Wayland surfaces: >> https://lists.freedesktop.org/

Re: [RFC][PATCH xserver] xwayland: Queue Present events

2018-02-01 Thread Michel Dänzer
On 2018-01-29 06:15 PM, Roman Gilg wrote: > This is a RFC on a follow-up patch to my recently posted patch series on the > xorg-devel mailing list to enable per window flips of Present Pixmaps to > Wayland surfaces: > https://lists.freedesktop.org/archives/xorg-devel/2018-January/055674.html > > W

[PATCH xserver] xwayland: Queue Present events

2018-01-29 Thread Roman Gilg
Add functionality for queuing events as requested by Present. Signed-off-by: Roman Gilg --- hw/xwayland/xwayland-present.c | 73 +- 1 file changed, 51 insertions(+), 22 deletions(-) diff --git a/hw/xwayland/xwayland-present.c b/hw/xwayland/xwayland-presen

[RFC][PATCH xserver] xwayland: Queue Present events

2018-01-29 Thread Roman Gilg
This is a RFC on a follow-up patch to my recently posted patch series on the xorg-devel mailing list to enable per window flips of Present Pixmaps to Wayland surfaces: https://lists.freedesktop.org/archives/xorg-devel/2018-January/055674.html With the attached patch queuing events should be possib