Re: [Mesa-dev] [PATCH 3/3] Fix build of appleglx

2014-05-23 Thread Emil Velikov
On 21/05/14 14:02, Jon TURNEY wrote: > Define GLX_USE_APPLEGL, as config/darwin used to, to turn on specific code to > use the applegl direct renderer > > Convert src/glx/apple/Makefile to automake > > Since the applegl libGL is now built by linking libappleglx into libGL, rather > than by linkin

[Mesa-dev] [PATCH 3/3] Fix build of appleglx

2014-05-21 Thread Jon TURNEY
Define GLX_USE_APPLEGL, as config/darwin used to, to turn on specific code to use the applegl direct renderer Convert src/glx/apple/Makefile to automake Since the applegl libGL is now built by linking libappleglx into libGL, rather than by linking selected files into a special libGL: - Remove du

Re: [Mesa-dev] [PATCH 3/3] Fix build of appleglx

2014-05-20 Thread Jeremy Huddleston Sequoia
On May 20, 2014, at 05:57, Jon TURNEY wrote: > On 20/05/2014 09:57, Jeremy Huddleston Sequoia wrote: >> Reviewed-by: Jeremy Huddleston Sequoia with one minor change (see below): > > Thanks very much for taking the time to review these. No, thank you for taking the time to do them. >> On May

Re: [Mesa-dev] [PATCH 3/3] Fix build of appleglx

2014-05-20 Thread Jon TURNEY
On 20/05/2014 09:57, Jeremy Huddleston Sequoia wrote: Reviewed-by: Jeremy Huddleston Sequoia with one minor change (see below): Thanks very much for taking the time to review these. On May 13, 2014, at 05:15, Jon TURNEY wrote: +SUBDIRS+=. tests + include $(top_srcdir)/install-lib-links.mk

Re: [Mesa-dev] [PATCH 3/3] Fix build of appleglx

2014-05-20 Thread Jeremy Huddleston Sequoia
Reviewed-by: Jeremy Huddleston Sequoia with one minor change (see below): On May 13, 2014, at 05:15, Jon TURNEY wrote: ... > diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am > index eee7c2c..c18d1c5 100644 > --- a/src/glx/Makefile.am > +++ b/src/glx/Makefile.am > @@ -24,7 +24,7 @@ SHARE

[Mesa-dev] [PATCH 3/3] Fix build of appleglx

2014-05-13 Thread Jon TURNEY
Define GLX_USE_APPLEGL, as config/darwin used to, to turn on specific code to use the applegl direct renderer Convert src/glx/apple/Makefile to automake Since the applegl libGL is now built by linking libappleglx into libGL, rather than by linking selected files into a special libGL: - Remove du