Re: [PATCH v2 weston 08/16] compositor-drm: Refactor sprite create/destroy into helpers

2015-06-26 Thread Derek Foreman
On 22/06/15 11:25 AM, Daniel Stone wrote: > From: Pekka Paalanen > > This moves the single sprite creation code from create_sprites() into a > new function. The readability clean-up is small, but my intention is to > write an alternate version of create_sprites(), and sharing the single > sprite

[PATCH v2 weston 08/16] compositor-drm: Refactor sprite create/destroy into helpers

2015-06-22 Thread Daniel Stone
From: Pekka Paalanen This moves the single sprite creation code from create_sprites() into a new function. The readability clean-up is small, but my intention is to write an alternate version of create_sprites(), and sharing the single sprite creation code is useful. [daniels: Genericised from d