RE: How to enable Wayland when original software support X?

2013-02-06 Thread Wang, Quanxian
Thanks pq. > -Original Message- > From: Pekka Paalanen [mailto:ppaala...@gmail.com] > Sent: Wednesday, February 06, 2013 7:34 PM > To: Wang, Quanxian > Subject: Re: How to enable Wayland when original software support X? > > > > I don't really see the "replace X operations with Wayland >

Re: [PATCH v3 xserver] xwayland: Don't block in DRI2 authentication mechanism

2013-02-06 Thread Kristian Høgsberg
On Wed, Feb 06, 2013 at 03:09:18PM +0200, Tiago Vignatti wrote: > Signed-off-by: Tiago Vignatti > --- > v2: - added AuthMagic3, for passing ClientPtr > - fixed server internal ABI issue, by maintaining DRI2Authenticate intact > - fixed multiple clients accesses to DRI2 authenticate, using

[PATCH v3 intel] xwayland: Use new DRI2 AuthMagic3

2013-02-06 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- v3: (nil) src/intel_dri.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/intel_dri.c b/src/intel_dri.c index fa04e18..7c0d25d 100644 --- a/src/intel_dri.c +++ b/src/intel_dri.c @@ -1617,7 +1617,7 @@ out_complete: } #ifdef XO

[PATCH v3 xserver] xwayland: Don't block in DRI2 authentication mechanism

2013-02-06 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- v2: - added AuthMagic3, for passing ClientPtr - fixed server internal ABI issue, by maintaining DRI2Authenticate intact - fixed multiple clients accesses to DRI2 authenticate, using Wayland callback mechanism to ensure they all go atomically v3: - f

[PATCH v3 weston] tests: Add XWayland test

2013-02-06 Thread Tiago Vignatti
By default enabled but one can disable it by passing --disable-xwayland-test to the configure script. Also, the weston-tests-env script is trying to load xwayland.so in either case, but it behaves resilient in the absence of that meaning all the other tests are still going to be kicked for running.

Re: [PATCH RFC] text: Add language and text-direction to protocol

2013-02-06 Thread Jan Arne Petersen
On 02.02.2013 12:06, Pekka Vuorela wrote: > I think this generally looks good. Few notes below. > > > On 31.01.2013 18:44, Jan Arne Petersen wrote: > >> diff --git a/protocol/text.xml b/protocol/text.xml >> index 28d12ed..640f4eb 100644 >> --- a/protocol/text.xml >> +++ b/protocol/text.xml >> @@

Re: How to enable Wayland when original software support X?

2013-02-06 Thread Pekka Paalanen
On Wed, 6 Feb 2013 02:07:56 + "Wang, Quanxian" wrote: > Hi, All > > I like to get some comment from you. > > I am planning to enable wayland webgl support in webkit-efl. Basically they > support X. > With the update, I will not change the original mechanism and just > translate X operation