Re: [PATCH weston v10 02/61] libweston: Add pixel-format helpers

2017-04-07 Thread Pekka Paalanen
On Wed, 5 Apr 2017 16:42:07 +0300 Pekka Paalanen wrote: > On Tue, 4 Apr 2017 17:54:20 +0100 > Daniel Stone wrote: > > > Rather than duplicating knowledge of pixel formats across several > > components, create a custom central repository. > > > > Signed-off-by: Daniel Stone > > --- > > Makef

Re: [PATCH weston v10 02/61] libweston: Add pixel-format helpers

2017-04-05 Thread Pekka Paalanen
On Tue, 4 Apr 2017 17:54:20 +0100 Daniel Stone wrote: > Rather than duplicating knowledge of pixel formats across several > components, create a custom central repository. > > Signed-off-by: Daniel Stone > --- > Makefile.am | 2 + > libweston/pixel-formats.c | 430 > +

[PATCH weston v10 02/61] libweston: Add pixel-format helpers

2017-04-04 Thread Daniel Stone
Rather than duplicating knowledge of pixel formats across several components, create a custom central repository. Signed-off-by: Daniel Stone --- Makefile.am | 2 + libweston/pixel-formats.c | 430 ++ libweston/pixel-formats.h | 194 +++