Re: [PATCH weston 15/68] compositor-drm: Add explicit type member to drm_fb

2017-02-27 Thread Daniel Stone
Hi Pekka, Thanks for the thoughtful review, as ever. On 22 February 2017 at 13:45, Pekka Paalanen wrote: > On Tue, 21 Feb 2017 15:29:09 +0200 Pekka Paalanen wrote: >> On Fri, 9 Dec 2016 19:57:30 + Daniel Stone >> wrote: >>

Re: [PATCH weston 15/68] compositor-drm: Add explicit type member to drm_fb

2017-02-22 Thread Pekka Paalanen
On Tue, 21 Feb 2017 15:29:09 +0200 Pekka Paalanen wrote: > On Fri, 9 Dec 2016 19:57:30 + > Daniel Stone wrote: > > > Rather than magically trying to infer what the buffer is and what we > > should do with it when we go to destroy it, add an

Re: [PATCH weston 15/68] compositor-drm: Add explicit type member to drm_fb

2017-02-21 Thread Pekka Paalanen
On Fri, 9 Dec 2016 19:57:30 + Daniel Stone wrote: > Rather than magically trying to infer what the buffer is and what we > should do with it when we go to destroy it, add an explicit type > instead. > > Differential Revision: https://phabricator.freedesktop.org/D1488

[PATCH weston 15/68] compositor-drm: Add explicit type member to drm_fb

2016-12-09 Thread Daniel Stone
Rather than magically trying to infer what the buffer is and what we should do with it when we go to destroy it, add an explicit type instead. Differential Revision: https://phabricator.freedesktop.org/D1488 Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 50