Re: Repaint Issue

2012-09-12 Thread Abhijit Potnis
Hello Ander, Thanks for the pointers. I shall have a look as you suggested. On Wed, Sep 12, 2012 at 12:53 AM, Ander Conselvan de Oliveira < conselv...@gmail.com> wrote: > On 09/11/2012 05:48 PM, Abhijit Potnis wrote: > >> > Repaint is supposed to be as-needed only, not periodical, but >> cl

Re: Repaint Issue

2012-09-12 Thread Ander Conselvan de Oliveira
On 09/11/2012 05:48 PM, Abhijit Potnis wrote: > Repaint is supposed to be as-needed only, not periodical, but clearly > some trigger is missing. Maybe a new surface is not assigned an output > until redraw, and redraw does not happen until there is damage, and > damage is

Re: Repaint Issue

2012-09-11 Thread Abhijit Potnis
gt; On Tue, Sep 11, 2012 at 1:53 PM, Pekka Paalanen > >> wrote: > >> > On Tue, 11 Sep 2012 15:44:55 +0530 > >> > Abhijit Potnis wrote: > >> > > >> >> Hello, > >> >> > >> >> Last few days I have be

Re: Repaint Issue

2012-09-11 Thread Jonas Ådahl
gt; > >> >> Hello, >> >> >> >> Last few days I have been debugging a repaint issue in Weston. No >> >> repaint is >> >> triggered until an input event occurs or a Wayland client like >> >> simple-shm >> >> t

Re: Repaint Issue

2012-09-11 Thread Abhijit Potnis
On Tue, Sep 11, 2012 at 5:32 PM, Jonas Ådahl wrote: > On Tue, Sep 11, 2012 at 1:53 PM, Pekka Paalanen > wrote: > > On Tue, 11 Sep 2012 15:44:55 +0530 > > Abhijit Potnis wrote: > > > >> Hello, > >> > >> Last few days I have been d

Re: Repaint Issue

2012-09-11 Thread Jonas Ådahl
On Tue, Sep 11, 2012 at 1:53 PM, Pekka Paalanen wrote: > On Tue, 11 Sep 2012 15:44:55 +0530 > Abhijit Potnis wrote: > >> Hello, >> >> Last few days I have been debugging a repaint issue in Weston. No repaint is >> triggered until an input event occurs or

Re: Repaint Issue

2012-09-11 Thread Pekka Paalanen
On Tue, 11 Sep 2012 15:44:55 +0530 Abhijit Potnis wrote: > Hello, > > Last few days I have been debugging a repaint issue in Weston. No repaint is > triggered until an input event occurs or a Wayland client like simple-shm > triggers > one. > > Digging

Re: Repaint Issue

2012-09-11 Thread Ander Conselvan de Oliveira
On 09/11/2012 01:14 PM, Abhijit Potnis wrote: Hello, Last few days I have been debugging a repaint issue in Weston. No repaint is triggered until an input event occurs or a Wayland client like simple-shm triggers one. Digging down, I see that struct weston_output.repaint is pointing to my

Repaint Issue

2012-09-11 Thread Abhijit Potnis
Hello, Last few days I have been debugging a repaint issue in Weston. No repaint is triggered until an input event occurs or a Wayland client like simple-shm triggers one. Digging down, I see that struct weston_output.repaint is pointing to my output repaint function implementation. When I run