Re: [PATCH weston 3/5] compositor: add sub-surfaces to repaint list

2012-12-21 Thread Pekka Paalanen
On Fri, 21 Dec 2012 14:04:02 +0200 Pekka Paalanen wrote: > Modify surface list rebuilding in weston_output_repaint() to process > sub-surface lists, if they are non-empty. The sub-surface list always > contains the parent, too, if not empty. > > The collection of frame_callback_list is moved to

[PATCH weston 3/5] compositor: add sub-surfaces to repaint list

2012-12-21 Thread Pekka Paalanen
Modify surface list rebuilding in weston_output_repaint() to process sub-surface lists, if they are non-empty. The sub-surface list always contains the parent, too, if not empty. The collection of frame_callback_list is moved to a later loop, to streamline the surface list rebuild functions. This