Re: [PATCH weston v2 04/14] tests: Add surface checks

2015-05-18 Thread Pekka Paalanen
On Fri, 15 May 2015 16:13:32 -0700 Bryce Harrington wrote: > On Fri, May 15, 2015 at 11:12:45AM +0100, Daniel Stone wrote: > > Hi, > > > > On 15 May 2015 at 09:21, Bryce Harrington wrote: > > > + for (i=y0; i > > + p = a->data + i * a->stride + x0 * a_bpp; > > > +

Re: [PATCH] compositor-fbdev: Wait and retry before failing on reconnect to the framebuffer

2015-05-18 Thread Pekka Paalanen
On Fri, 15 May 2015 18:42:32 -0400 nerdopolis wrote: > On Friday, May 15, 2015 12:30:30 PM David Herrmann wrote: > > Hi > > > > On Fri, May 15, 2015 at 8:39 AM, Pekka Paalanen wrote: > > > > > > On Wed, 13 May 2015 21:43:39 -0400 > > > nerdopolis wrote: > > > > > > > Resolving https://bugs.fre

Re: [PATCH weston v2 1/2] gl-renderer: Take a list of acceptable formats in create functions

2015-05-18 Thread Pekka Paalanen
On Fri, 15 May 2015 12:12:39 -0500 Derek Foreman wrote: > Currently we pass either a single format or no formats to the gl renderer > create and output_create functions. We extend this to any number of > formats so we can allow fallback formats if we don't get our first pick. > > Reviewed-By: B

Re: [PATCH weston] terminal: Fix segmentation fault when processing DCH ANSI escape code

2015-05-18 Thread Bryce Harrington
On Sun, May 17, 2015 at 07:21:24AM +, Aaron Hamilton wrote: > Fixes a segmentation fault when terminal processes a DCH ansi escape code and > the cursor is at the end of the row, and terminal_shift_line calls memmove on > memory it doesn't own. > --- It looks like this also gets called for I

libinput parallel test suite attempts and results

2015-05-18 Thread Peter Hutterer
This is mostly just a comment on a failed attempt, in case someone is tempted to try it or has any feedback otherwise. The libinput tests suite has a couple of binaries (test-touchpad, test-pointer, etc.). The .NOTPARALLEL directive makes sure they're run serialised during make check. Because of t

[PATCH] drm-backend: for now, on the egl backend, force gl cursors to be used instead of hardware cursors

2015-05-18 Thread nerdopolis
Hardware cursors have been causing some problems with some drivers, mostly i915 This will probably be changed once Atomic Mode Setting arrives, to probably only force gl cursors to always be on when Atomic Mode Setting isn't supported by the driver, or kernel version --- src/compositor-drm.c |

Re: [PATCH wayland] Add "enum" attribute to "arg" elements

2015-05-18 Thread Bryce Harrington
On Sat, May 02, 2015 at 11:52:22PM +0200, Auke Booij wrote: > On 19 April 2015 at 14:51, Jeroen Bollen wrote: > > Hello, > > > > It seems like this discussion died off. Currently there is no way to tell, > > from the Wayland XML specification whether an argument is a bitfield, or > > whether the a

Re: libinput parallel test suite attempts and results

2015-05-18 Thread Bryce Harrington
On Tue, May 19, 2015 at 12:04:34PM +1000, Peter Hutterer wrote: > This is mostly just a comment on a failed attempt, in case someone is > tempted to try it or has any feedback otherwise. > > The libinput tests suite has a couple of binaries (test-touchpad, > test-pointer, etc.). The .NOTPARALLEL d

[PATCH weston] compositor-wayland: Handle window close events more gracefully

2015-05-18 Thread Dima Ryazanov
When a compositor window is closed, remove the output instead of just exiting. (The "if (!input->output)" checks are kind of ugly - but I couldn't find a better way to handle the output going away.) Signed-off-by: Dima Ryazanov --- src/compositor-wayland.c | 22 +++--- 1 file ch

Re: [PATCH wayland] Add "enum" attribute to "arg" elements

2015-05-18 Thread Pekka Paalanen
On Mon, 18 May 2015 19:23:20 -0700 Bryce Harrington wrote: > On Sat, May 02, 2015 at 11:52:22PM +0200, Auke Booij wrote: > > On 19 April 2015 at 14:51, Jeroen Bollen wrote: > > > Hello, > > > > > > It seems like this discussion died off. Currently there is no way to tell, > > > from the Wayland