Re: [Mesa-dev] [PATCH] mesa: Build EGL without X11 headers after interop patchset

2016-05-23 Thread Rob Herring
On Sun, May 22, 2016 at 2:28 PM, Mark Janes wrote: > Tom Stellard writes: > >> On Fri, May 20, 2016 at 04:29:07PM -0700, Mark Janes wrote: >>> Tom Stellard writes: >>> >>> > On Wed, Apr 27, 2016 at 10:33:14PM +, Youry Metlitsky wrote: >>> >> --- >>> >> include/GL/mesa_glinterop.h | 15 +

Re: [Mesa-dev] [PATCH] mesa: Build EGL without X11 headers after interop patchset

2016-05-22 Thread Dieter Nützel
Am 22.05.2016 21:28, schrieb Mark Janes: Tom Stellard writes: On Fri, May 20, 2016 at 04:29:07PM -0700, Mark Janes wrote: Tom Stellard writes: > On Wed, Apr 27, 2016 at 10:33:14PM +, Youry Metlitsky wrote: >> --- >> include/GL/mesa_glinterop.h | 15 ++- >> 1 file changed, 1

Re: [Mesa-dev] [PATCH] mesa: Build EGL without X11 headers after interop patchset

2016-05-22 Thread Mark Janes
Tom Stellard writes: > On Fri, May 20, 2016 at 04:29:07PM -0700, Mark Janes wrote: >> Tom Stellard writes: >> >> > On Wed, Apr 27, 2016 at 10:33:14PM +, Youry Metlitsky wrote: >> >> --- >> >> include/GL/mesa_glinterop.h | 15 ++- >> >> 1 file changed, 14 insertions(+), 1 deleti

Re: [Mesa-dev] [PATCH] mesa: Build EGL without X11 headers after interop patchset

2016-05-20 Thread Tom Stellard
On Fri, May 20, 2016 at 04:29:07PM -0700, Mark Janes wrote: > Tom Stellard writes: > > > On Wed, Apr 27, 2016 at 10:33:14PM +, Youry Metlitsky wrote: > >> --- > >> include/GL/mesa_glinterop.h | 15 ++- > >> 1 file changed, 14 insertions(+), 1 deletion(-) > >> > > > > Hi, > > > >

Re: [Mesa-dev] [PATCH] mesa: Build EGL without X11 headers after interop patchset

2016-05-20 Thread Mark Janes
Tom Stellard writes: > On Wed, Apr 27, 2016 at 10:33:14PM +, Youry Metlitsky wrote: >> --- >> include/GL/mesa_glinterop.h | 15 ++- >> 1 file changed, 14 insertions(+), 1 deletion(-) >> > > Hi, > > This patch breaks the build for me: > > glxcmds.c:2699:1: error: no previous prot

Re: [Mesa-dev] [PATCH] mesa: Build EGL without X11 headers after interop patchset

2016-05-20 Thread Tom Stellard
On Wed, Apr 27, 2016 at 10:33:14PM +, Youry Metlitsky wrote: > --- > include/GL/mesa_glinterop.h | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-) > Hi, This patch breaks the build for me: glxcmds.c:2699:1: error: no previous prototype for 'MesaGLInteropGLXQueryDevice

[Mesa-dev] [PATCH] mesa: Build EGL without X11 headers after interop patchset

2016-04-27 Thread Youry Metlitsky
--- include/GL/mesa_glinterop.h | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/include/GL/mesa_glinterop.h b/include/GL/mesa_glinterop.h index 814064d..39822f2 100644 --- a/include/GL/mesa_glinterop.h +++ b/include/GL/mesa_glinterop.h @@ -50,7 +50,11 @@ #ifnde