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 to get the __DRIconfig in
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 @@ libEGL_la_LDFLAGS = \
$(LD_NO_UNDEFINE
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 = \
> $(LD_NO_UNDEFINED)
>
> dri2_backend_FILES =
>
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 to get the __DRIconfig in