Re: [PATCH] compositor: Accumulate obscured damage into the primary plane damage

2012-09-12 Thread Kristian Høgsberg
On Wed, Sep 12, 2012 at 05:16:31PM +0300, Ander Conselvan de Oliveira wrote: > From: Ander Conselvan de Oliveira > > When accumulating damage in the surfaces into the primary plane damage, > regions obscured by the opaque region would be excluded. This causes a > bug when a redraw of a surface is

[PATCH] compositor: Accumulate obscured damage into the primary plane damage

2012-09-12 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira When accumulating damage in the surfaces into the primary plane damage, regions obscured by the opaque region would be excluded. This causes a bug when a redraw of a surface is obscured by an opaque surface on another plane. The drawing to the former surface is c