Re: [PATCH weston] compositor: Fix partial repaints

2012-10-30 Thread Kristian Høgsberg
On Tue, Oct 30, 2012 at 05:44:01PM +0200, Ander Conselvan de Oliveira wrote: > Partial repaints have been broken since the introduction of the atomic > surface updates. The problem was that surface_commit would set the > geometry dirty flag unconditionally, causing transform updates on every > fram

[PATCH weston] compositor: Fix partial repaints

2012-10-30 Thread Ander Conselvan de Oliveira
Partial repaints have been broken since the introduction of the atomic surface updates. The problem was that surface_commit would set the geometry dirty flag unconditionally, causing transform updates on every frame which would in turn cause weston_surface_damage_below() to damage the whole surface