[Mesa-dev] [PATCH 4/7] egl/x11: Implement dri3 support with loader's dri3 helper

2015-11-10 Thread Martin Peres
From: Boyan Ding v2: From Martin Peres - Tell we are compiling the dri3 backend in configure.ac - Update the Makefile.am - get rid of the LIBDRM_HAS_RENDERNODE_SUPPORT macro - fix some warnings related to EGLuint64KHR to int64_t conversions - use dri2_get_dri_config

Re: [Mesa-dev] [PATCH 4/7] egl/x11: Implement dri3 support with loader's dri3 helper

2015-11-02 Thread Martin Peres
On 30/10/15 18:17, Matt Turner wrote: On Fri, Oct 30, 2015 at 9:03 AM, Martin Peres wrote: diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 5c2ba30..cdf2216 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -47,12 +47,18 @@

Re: [Mesa-dev] [PATCH 4/7] egl/x11: Implement dri3 support with loader's dri3 helper

2015-10-30 Thread Matt Turner
On Fri, Oct 30, 2015 at 9:03 AM, Martin Peres wrote: > diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am > index 5c2ba30..cdf2216 100644 > --- a/src/egl/Makefile.am > +++ b/src/egl/Makefile.am > @@ -47,12 +47,18 @@ libEGL_la_LDFLAGS = \ >

[Mesa-dev] [PATCH 4/7] egl/x11: Implement dri3 support with loader's dri3 helper

2015-10-30 Thread Martin Peres
From: Boyan Ding v2: From Martin Peres - Tell we are compiling the dri3 backend in configure.ac - Update the Makefile.am - get rid of the LIBDRM_HAS_RENDERNODE_SUPPORT macro - fix some warnings related to EGLuint64KHR to int64_t conversions - use dri2_get_dri_config