Re: [RFC weston 07/14] compositor-drm: Refactor sprite create/destroy into helpers

2015-05-28 Thread Derek Foreman
On 21/05/15 02:29 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

Re: [RFC weston 07/14] compositor-drm: Refactor sprite create/destroy into helpers

2015-05-21 Thread Pekka Paalanen
On Thu, 21 May 2015 08:29:04 +0100 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 s

[RFC weston 07/14] compositor-drm: Refactor sprite create/destroy into helpers

2015-05-21 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