Re: [PATCH 1/2] compositor: Clear only the the damage that was actually repainted

2012-08-16 Thread Kristian Høgsberg
On Thu, Aug 16, 2012 at 11:22:37AM +0300, Ander Conselvan de Oliveira wrote: > Em 15-08-2012 23:02, Kristian Høgsberg escreveu: > >On Tue, Aug 14, 2012 at 03:26:49PM +0300, Ander Conselvan de Oliveira wrote: > >>From: Ander Conselvan de Oliveira > >> > >>Instead of clearing the whole output region

Re: [PATCH 1/2] compositor: Clear only the the damage that was actually repainted

2012-08-16 Thread Ander Conselvan de Oliveira
Em 15-08-2012 23:02, Kristian Høgsberg escreveu: On Tue, Aug 14, 2012 at 03:26:49PM +0300, Ander Conselvan de Oliveira wrote: From: Ander Conselvan de Oliveira Instead of clearing the whole output region after a repaint, clear only the regions that were actually painted. This way, the damage a

Re: [PATCH 1/2] compositor: Clear only the the damage that was actually repainted

2012-08-15 Thread Kristian Høgsberg
On Tue, Aug 14, 2012 at 03:26:49PM +0300, Ander Conselvan de Oliveira wrote: > From: Ander Conselvan de Oliveira > > Instead of clearing the whole output region after a repaint, clear > only the regions that were actually painted. This way, the damage > added when a surface moves from the primary

[PATCH 1/2] compositor: Clear only the the damage that was actually repainted

2012-08-14 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira Instead of clearing the whole output region after a repaint, clear only the regions that were actually painted. This way, the damage added when a surface moves from the primary plane to another one is kept while this region is obscured by the opaque region. This