Re: [PATCH xserver 1/2] prime: Sync shared pixmap from root window instead of screen pixmap

2017-02-14 Thread Adam Jackson
On Tue, 2017-02-14 at 18:36 +0900, Michel Dänzer wrote: > I discovered a problem with this. Looks like on server shutdown the > root window can be destroyed before the scanout pixmap is detached, see > valgrind output below. > > Is there any solution for this other than wrapping DestroyWindow and

Re: [PATCH xserver 1/2] prime: Sync shared pixmap from root window instead of screen pixmap

2017-02-14 Thread Michel Dänzer
On 01/02/17 06:35 PM, Michel Dänzer wrote: > From: Michel Dänzer > > The screen pixmap doesn't receive updates while there's a Present flip > window. > > Signed-off-by: Michel Dänzer > --- > dix/pixmap.c | 16 > 1 file changed, 12 insertions(+), 4 deletions(-) > > diff --git

[PATCH xserver 1/2] prime: Sync shared pixmap from root window instead of screen pixmap

2017-02-01 Thread Michel Dänzer
From: Michel Dänzer The screen pixmap doesn't receive updates while there's a Present flip window. Signed-off-by: Michel Dänzer --- dix/pixmap.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dix/pixmap.c b/dix/pixmap.c index 49267a19b..ef0083083 100644 -