Re: [Mesa-dev] [PATCH 8/9] egl/wayland: Implement swrast support

2015-05-05 Thread Dave Airlie
On 2 May 2015 at 20:15, Axel Davy wrote: > Signed-off-by: Axel Davy I think I'd like to see the os-compatibility ported code be in a separate file, I wonder if any of it would be useful in other places, But even that isn't a major problem, Reviewed-by: Dave Airlie > +static int > +dri2_wl_sw

[Mesa-dev] [PATCH 8/9] egl/wayland: Implement swrast support

2015-05-02 Thread Axel Davy
Signed-off-by: Axel Davy --- src/egl/drivers/dri2/egl_dri2.c | 5 +- src/egl/drivers/dri2/egl_dri2.h | 4 + src/egl/drivers/dri2/platform_wayland.c | 704 +++- 3 files changed, 696 insertions(+), 17 deletions(-) diff --git a/src/egl/drivers/dri2/eg