Re: [PATCH weston 01/68] libweston: Add pixel-format helpers

2017-02-14 Thread Pekka Paalanen
On Mon, 13 Feb 2017 18:24:58 + Daniel Stone wrote: > Hi, > > On 14 December 2016 at 15:59, Pekka Paalanen wrote: > > On Fri, 9 Dec 2016 19:57:16 + > > Daniel Stone wrote: > >> + { > >> + .format = DRM_FORMAT_RGBX, > >> + .gl_format = GL_RGBA, > >> +

Re: [PATCH weston 01/68] libweston: Add pixel-format helpers

2017-02-13 Thread Daniel Stone
Hi, On 14 December 2016 at 15:59, Pekka Paalanen wrote: > On Fri, 9 Dec 2016 19:57:16 + > Daniel Stone wrote: >> + { >> + .format = DRM_FORMAT_RGBX, >> + .gl_format = GL_RGBA, >> + .gl_type = GL_UNSIGNED_SHORT_4_4_4_4, > > Could there be any conce

Re: [PATCH weston 01/68] libweston: Add pixel-format helpers

2016-12-14 Thread Pekka Paalanen
On Fri, 9 Dec 2016 19:57:16 + Daniel Stone wrote: > Rather than duplicating knowledge of pixel formats across several > components, create a custom central repository. > > Signed-off-by: Daniel Stone > > Differential Revision: https://phabricator.freedesktop.org/D1511 > --- > libweston/p

Re: Fwd: [PATCH weston 01/68] libweston: Add pixel-format helpers

2016-12-09 Thread Armin Krezović
On 09.12.2016 22:30, Daniel Stone wrote: > Hi, > Hi, > On 9 December 2016 at 20:37, Armin Krezović wrote: >> On 09.12.2016 20:57, Daniel Stone wrote: >>> libweston/pixel-formats.c | 398 >>> ++ >>> libweston/pixel-formats.h | 112 + >> >>

Fwd: [PATCH weston 01/68] libweston: Add pixel-format helpers

2016-12-09 Thread Daniel Stone
Hi, On 9 December 2016 at 20:37, Armin Krezović wrote: > On 09.12.2016 20:57, Daniel Stone wrote: >> libweston/pixel-formats.c | 398 >> ++ >> libweston/pixel-formats.h | 112 + > > Where are corresponding build system modifications? Missi

Re: [PATCH weston 01/68] libweston: Add pixel-format helpers

2016-12-09 Thread Armin Krezović
On 09.12.2016 20:57, Daniel Stone wrote: > Rather than duplicating knowledge of pixel formats across several > components, create a custom central repository. > Hi, > Signed-off-by: Daniel Stone > > Differential Revision: https://phabricator.freedesktop.org/D1511 > --- > libweston/pixel-forma

[PATCH weston 01/68] libweston: Add pixel-format helpers

2016-12-09 Thread Daniel Stone
Rather than duplicating knowledge of pixel formats across several components, create a custom central repository. Signed-off-by: Daniel Stone Differential Revision: https://phabricator.freedesktop.org/D1511 --- libweston/pixel-formats.c | 398 ++ libw