Re: [Mesa-dev] [PATCH 1/3] Move the code to open the graphic device. Support for render-nodes.

2013-11-21 Thread Kristian Høgsberg
On Thu, Nov 07, 2013 at 05:13:36PM +0100, Axel Davy wrote: > This patch moves the code to open the graphic device in the Wayland backend, > removes the authentication request when we are on a render-node, > and has a few fixes. > > Signed-off-by: Axel Davy > --- > src/egl/drivers/dri2/egl_dri2.h

[Mesa-dev] [PATCH 1/3] Move the code to open the graphic device. Support for render-nodes.

2013-11-07 Thread Axel Davy
This patch moves the code to open the graphic device in the Wayland backend, removes the authentication request when we are on a render-node, and has a few fixes. Signed-off-by: Axel Davy --- src/egl/drivers/dri2/egl_dri2.h | 1 + src/egl/drivers/dri2/platform_wayland.c | 93 +++