Re: Wayland on Embedded

2012-11-20 Thread Pekka Paalanen
On Wed, 21 Nov 2012 11:38:57 +0800 Henius Dong wrote: > Hi Abhijit > > -Original Message- > From: Abhijit Potnis > Sent: 2012/11/20 15:04 > > > On Mon, Nov 19, 2012 at 3:34 PM, Henius Dong > > wrote: > > > > Hello Abhijit > > > > I saw the topic "

Re: Wayland on Embedded

2012-11-20 Thread Henius Dong
Hi Abhijit -Original Message- From: Abhijit Potnis Sent: 2012/11/20 15:04 Hello Henius, On Mon, Nov 19, 2012 at 3:34 PM, Henius Dong mailto:don...@pset.suntec.net>> wrote: Hello Abhijit I saw the topic "Wayland on Embedded" in wayland-devel mailing list. I'm interested i

Re: [PATCH] Add version info to the shared libs

2012-11-20 Thread Jan Engelhardt
On Tuesday 2012-11-20 20:59, Mikko Levonmaa wrote: > >What I was actually trying to propose in my previous mail is that >even when the current api version is 0 we could already have the >mechanics in place to increment the api version when the time comes, >or is that automatically handled? It is

Re: [PATCH] Add version info to the shared libs

2012-11-20 Thread Mikko Levonmaa
On Tue, Nov 20, 2012 at 3:00 AM, Jan Engelhardt wrote: > On Friday 2012-11-09 18:54, Mikko Levonmaa wrote: > >>Right, so if the first api version is 0 then it make sense, sort of, >>matter of preference I guess. So, the original patch was wrong, however >>the new suggestion was actually geared tow

[PATCH v2 xserver] xwayland: Port to Wayland 1.0 API

2012-11-20 Thread Tiago Vignatti
Co-authored-by: Daniel Stone Signed-off-by: Tiago Vignatti --- changes from v1: - delayed xserver interface bind, via callback. Thus a new request for initializing weston WM is not needed anymore. hw/xfree86/xwayland/xwayland-cursor.c | 40 - hw/xfree86/xwayland/xwayland-drm.c

Re: [PATCH xserver] xwayland: Port to Wayland 1.0 API

2012-11-20 Thread Tiago Vignatti
ignore this patchset; I'm sending another one without xserver private protocol changes. Thanks, Tiago On 11/19/2012 06:11 PM, Tiago Vignatti wrote: From: Daniel Stone Signed-off-by: Daniel Stone Signed-off-by: Tiago Vignatti --- hw/xfree86/xwayland/xserver.xml|4 +- hw/xfre

Re: [PATCH weston] simple-shm: honour wl_buffer.release

2012-11-20 Thread Bill Spitzak
Pekka Paalanen wrote: On Mon, 19 Nov 2012 15:56:23 -0500 Kristian Høgsberg wrote: On Mon, Nov 19, 2012 at 03:29:09PM +0200, Pekka Paalanen wrote: Change simple-shm to properly process the wl_buffer.release event, and not reuse a buffer until it is released by the server, as specified in the

Re: [PATCH v2 wayland 1/4] doc: Enable docbook building without Publican also

2012-11-20 Thread Tiago Vignatti
On 11/19/2012 08:22 PM, Kristian Høgsberg wrote: On Mon, Nov 19, 2012 at 10:32:57AM -0200, Tiago Vignatti wrote: This patch enables the docbook XML documentation to be built even in the absence of the Publican tool. Though, when lacking Publican, no pdf/html/etc conversion from XML is performed

Re: [PATCH] Add version info to the shared libs

2012-11-20 Thread Jan Engelhardt
On Friday 2012-11-09 18:54, Mikko Levonmaa wrote: >Right, so if the first api version is 0 then it make sense, sort of, >matter of preference I guess. So, the original patch was wrong, however >the new suggestion was actually geared towards the future  and the next >release(s), so if I'm not mi

Re: [PATCH weston 4/5] window: merge struct surface_data into shm_surface_data

2012-11-20 Thread Pekka Paalanen
On Mon, 19 Nov 2012 16:05:58 -0500 Kristian Høgsberg wrote: > On Mon, Nov 19, 2012 at 03:32:50PM +0200, Pekka Paalanen wrote: > > Struct surface_data was not really useful, and it definitely was not > > used with EGL-based windows. > > > > This also fixes a semantic mistake, where struct shm_sur