Re: [PATCH 0/6] Give the wayland backend an actual frame

2013-10-26 Thread Jason Ekstrand
Kristian, Don't get too happy to apply these. There's a nasty segfault in the GL renderer stuff. Also, I've done quite a bit more over the weekend including some cleanups of this patchset. --Jason Ekstrand On Sun, Oct 20, 2013 at 9:08 PM, Jason Ekstrand wrote: > This series of patches makes a f

Re: [RFC] wl_surface video protocol extension

2013-10-26 Thread James Courtier-Dutton
On 21 October 2013 20:45, Daniel Stone wrote: > Hi, > > On 18 October 2013 11:52, James Courtier-Dutton > wrote: >> >> I think how wayland can help provide the "deterministic" angle is not yet >> clear to me. > > Nothing is deterministic. Is your kernel scheduling your application > in time? An

Re: [PATCH weston 2/6] compositor-x11: Hide update_xkb_keymap behind #ifdef HAVE_XCB_XKB

2013-10-26 Thread Daniel Stone
Hi, On 25 October 2013 22:18, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl Fine by me. Cheers, Daniel > src/compositor-x11.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/compositor-x11.c b/src/compositor-x11.c > index ee3df31..73e71ed 100644 > --- a/src/compositor-x11.c

Re: [PATCH weston] configure.ac: Check the version of libxkb >= 0.3.0

2013-10-26 Thread Daniel Stone
Hi, On 25 October 2013 20:25, Brian Lovin wrote: > When we would build weston with libxkb 0.2.0 it would succesfully > compile, but the keybaord and desktop-shell wouldn't load, and > Weston wouldn't run. Looks good to me, but out of interest, what was the error? Cheers, Daniel > Signed-off-by