Weston testing (Re: New to wayland, need help pls.)

2014-04-16 Thread Pekka Paalanen
On Wed, 16 Apr 2014 20:41:50 + "Bryce W. Harrington" wrote: > On Wed, Apr 16, 2014 at 08:51:21AM +0300, Pekka Paalanen wrote: > > On Tue, 15 Apr 2014 19:08:12 + > > "Bryce W. Harrington" wrote: > > > > > Maybe adding more tests? Any particular features recently added that > > > could b

Re: [PATCH] keyboard: add the missing symbols layout, fix arabic layout

2014-04-16 Thread Kristian Høgsberg
On Tue, Apr 15, 2014 at 12:38:31PM +0200, Manuel Bachmann wrote: > The "symbols" modifier key of weston-keyboard is no longer > inactive, but will provide an additionnal layout with > numerals and special characters. > > Fix the Arabic keyboard, which was rendering out of the > bounds, and now use

Re: [PATCH v2] tests: fix bad-buffer-test

2014-04-16 Thread Kristian Høgsberg
On Sat, Apr 12, 2014 at 12:19:28PM +0300, Pekka Paalanen wrote: > On Fri, 11 Apr 2014 11:48:55 +0200 > Marek Chalupa wrote: > > > bad-buffer-test is FAIL_TEST and every assert() (or even SIGSEGV signal) > > make it pass. It shouldn't be so for example when assert() is invoked > > when a client co

Re: [PATCH] desktop-shell: Get rid of get_shell_client

2014-04-16 Thread Kristian Høgsberg
On Wed, Apr 16, 2014 at 09:12:10PM -0500, Jason Ekstrand wrote: > We now carry the shell_client around with each shell_surface. This is much > more reliable than tacitly assuming that there is only one wl_shell or > xdg_shell instance bound to a particular wl_client. In particular, weston > would

Re: [PATCH weston] compositor-drm: Pass the right stride to the vaapi recorder

2014-04-16 Thread Kristian Høgsberg
On Wed, Apr 16, 2014 at 12:05:12PM +0300, Ander Conselvan de Oliveira wrote: > It takes the stride in bytes, not pixels. The bug was hidden when using > va intel-driver 1.2.1 because it would ignore the stride from user and > set the surface state in a wrong way. > > https://bugs.freedesktop.org/s

[PATCH] desktop-shell: Get rid of get_shell_client

2014-04-16 Thread Jason Ekstrand
We now carry the shell_client around with each shell_surface. This is much more reliable than tacitly assuming that there is only one wl_shell or xdg_shell instance bound to a particular wl_client. In particular, weston would crash when a client bound to both wl_shell and xdg_shell even if it onl

Re: New to wayland, need help pls.

2014-04-16 Thread Bryce W. Harrington
On Wed, Apr 16, 2014 at 08:51:21AM +0300, Pekka Paalanen wrote: > On Tue, 15 Apr 2014 19:08:12 + > "Bryce W. Harrington" wrote: > > > On Tue, Apr 15, 2014 at 10:13:15AM +0300, Pekka Paalanen wrote: > > > On Mon, 14 Apr 2014 12:11:11 +0530 > > > Srivardhan M S wrote: > > > > > > > Hi, > > >

Re: cannot create opengl by dynamically loading wayland symbols from library

2014-04-16 Thread Jason Ekstrand
On Apr 16, 2014 2:01 PM, "Jasper St. Pierre" wrote: > > > > > On Wed, Apr 16, 2014 at 2:27 PM, Pekka Paalanen wrote: >> >> Hi, >> >> I'm moving this conversation to where it belongs. >> >> On Wed, 16 Apr 2014 11:25:26 + >> bugzilla-dae...@freedesktop.org wrote: >> >> > https://bugs.freedeskto

Re: cannot create opengl by dynamically loading wayland symbols from library

2014-04-16 Thread Jasper St. Pierre
On Wed, Apr 16, 2014 at 2:27 PM, Pekka Paalanen wrote: > Hi, > > I'm moving this conversation to where it belongs. > > On Wed, 16 Apr 2014 11:25:26 + > bugzilla-dae...@freedesktop.org wrote: > > > https://bugs.freedesktop.org/show_bug.cgi?id=77521 > > > > Priority: medium > >

Re: cannot create opengl by dynamically loading wayland symbols from library

2014-04-16 Thread Pekka Paalanen
Hi, I'm moving this conversation to where it belongs. On Wed, 16 Apr 2014 11:25:26 + bugzilla-dae...@freedesktop.org wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=77521 > > Priority: medium > Bug ID: 77521 > Assignee: wayland-b...@lists.freedesktop.or

[PATCH weston] compositor-drm: Pass the right stride to the vaapi recorder

2014-04-16 Thread Ander Conselvan de Oliveira
It takes the stride in bytes, not pixels. The bug was hidden when using va intel-driver 1.2.1 because it would ignore the stride from user and set the surface state in a wrong way. https://bugs.freedesktop.org/show_bug.cgi?id=77495 --- src/compositor-drm.c | 2 +- 1 file changed, 1 insertion(+),