Re: [PATCH v2 xserver] xwayland: Don't roundtrip in DRI2 authentication mechanism

2013-02-05 Thread Kristian Høgsberg
On Mon, Feb 04, 2013 at 06:54:59PM +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 v2 xserver] xwayland: Don't roundtrip in DRI2 authentication mechanism

2013-02-04 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 hw/xfr