RE: [PATCH 4/9] output gl repaint in clone mode

2013-09-21 Thread Zhang, Xiong Y
p.org [mailto:wayland-devel-bounces+xiong.y.zhang=intel@lists.freedesktop.org] On Behalf Of Axel Davy Sent: Thursday, September 19, 2013 4:21 PM To: wayland mailing list Subject: Re: [PATCH 4/9] output gl repaint in clone mode How does this work if the primary output frequency is more than the clone o

Re: [PATCH 4/9] output gl repaint in clone mode

2013-09-19 Thread Axel Davy
How does this work if the primary output frequency is more than the clone output? I'm afraid the weston log might become very big after a while when running a such a configuration Axel Davy Le 18/09/2013 05:50, Xiong Zhang a écrit : Only repsone to primary output repaint request; Primary out

[PATCH 4/9] output gl repaint in clone mode

2013-09-17 Thread Xiong Zhang
Only repsone to primary output repaint request; Primary output and clone output share the same frame buffer, once primary output do page flip, clone output will do page flip also. When both primary output and clone output finish the page flip, the fb obj can be released. Signed-off-by: Xiong Zhang