Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-10 Thread Pekka Paalanen
On Sun, 09 Dec 2012 16:50:54 -0800 Bill Spitzak spit...@gmail.com wrote: Another question: I thought XDG_RUNTIME_DIR was being used for the locks and sockets and other status indicators. I expected large shm buffers to go to some more-standard place (though I don't know what the Linux

Re: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test extension

2012-12-10 Thread Pekka Paalanen
On Sun, 9 Dec 2012 15:43:18 + Eoff, Ullysses A ullysses.a.e...@intel.com wrote: -Original Message- From: Pekka Paalanen [mailto:ppaala...@gmail.com] On Fri, 7 Dec 2012 13:50:32 -0800 U. Artie Eoff ullysses.a.e...@intel.com wrote: +void +yield(struct client *client) +{

[PATCH v2 0/3] text: Add content type support to text protocol v2

2012-12-10 Thread Jan Arne Petersen
From: Jan Arne Petersen jpeter...@openismus.com Thanks for the suggestions Pekka. I picked up some of them and added some more documentation. Jan Arne Petersen (3): text: Add content type support to text protocol keyboard: Add support for a numeric layout editor: Add content type example

[PATCH v2 1/3] text: Add content type support to text protocol

2012-12-10 Thread Jan Arne Petersen
From: Jan Arne Petersen jpeter...@openismus.com Support content types in text protocol. Content is defined by a hint bitmask and a purpose field. Signed-off-by: Jan Arne Petersen jpeter...@openismus.com --- protocol/input-method.xml | 4 protocol/text.xml | 52

[PATCH v2 3/3] editor: Add content type example

2012-12-10 Thread Jan Arne Petersen
From: Jan Arne Petersen jpeter...@openismus.com Set the content type purpose to numeric of the second entry. Signed-off-by: Jan Arne Petersen jpeter...@openismus.com --- clients/editor.c | 37 - 1 file changed, 20 insertions(+), 17 deletions(-) diff --git

Re: SIGBUS on wl_shm clients (Re: Newest git version of Wayland is even worse)

2012-12-10 Thread Bill Spitzak
Changing XDG_RUNTIME_DIR to /run/shm (which is tmpfs) made a pretty significant improvement in wayland performance for me. I can run dozens of programs and they still drag around acceptably. This is with Gallium software egl and x11_compositor, which I was blaming for the slowness before. I

Re: [PATCH v2 1/3] text: Add content type support to text protocol

2012-12-10 Thread Pekka Vuorela
On 10.12.2012 12:19, Jan Arne Petersen wrote: From: Jan Arne Petersen jpeter...@openismus.com --- a/protocol/text.xml +++ b/protocol/text.xml @@ -83,8 +83,58 @@ arg name=height type=int/ /request request name=set_preedit/ -request name=set_content_type/ +enum

[PATCH wayland-web] efl: update efl build instructions

2012-12-10 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com eet, eina, embryo, evas, and ecore have moved into a single build tree in trunk/efl. Various configure options have changed. Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- efl.html | 41 ++--- 1 file