Re: [PATCH] weston: Allow r5g6b5 visuals for X11 backend SHM

2013-11-27 Thread Kristian Høgsberg
On Thu, Nov 28, 2013 at 05:24:21AM +, MoD wrote: > From: MoD > > The support is already present in the pixman renderer, so we can just check > and use it. Looks good, that's easy to add. I tweaked your commit message to wrap at 78 colums and changed the "weston" subject prefix to "composit

[PATCH] weston: Allow r5g6b5 visuals for X11 backend SHM

2013-11-27 Thread MoD
From: MoD The support is already present in the pixman renderer, so we can just check and use it. --- src/compositor-x11.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/compositor-x11.c b/src/compositor-x11.c index 1d1b6a4..d98e48d 100644 --- a/src/compositor-x11.c +++ b/src/com