Re: [Mesa-dev] [PATCH] mesa: enable tessellation on GL 4.0 and above

2015-12-06 Thread Timothy Arceri
On Sun, 2015-12-06 at 22:26 -0500, Ilia Mirkin wrote: > On Sun, Dec 6, 2015 at 10:19 PM, Timothy Arceri > wrote: > > On Sun, 2015-12-06 at 22:07 -0500, Ilia Mirkin wrote: > > > On Sun, Dec 6, 2015 at 10:05 PM, Timothy Arceri > > > wrote: > > > > --- > > > > src/mesa/main/context.h | 2 +- > > > >

Re: [Mesa-dev] [PATCH] mesa: enable tessellation on GL 4.0 and above

2015-12-06 Thread Ilia Mirkin
On Sun, Dec 6, 2015 at 10:19 PM, Timothy Arceri wrote: > On Sun, 2015-12-06 at 22:07 -0500, Ilia Mirkin wrote: >> On Sun, Dec 6, 2015 at 10:05 PM, Timothy Arceri >> wrote: >> > --- >> > src/mesa/main/context.h | 2 +- >> > 1 file changed, 1 insertion(+), 1 deletion(-) >> > >> > diff --git a/src/

Re: [Mesa-dev] [PATCH] mesa: enable tessellation on GL 4.0 and above

2015-12-06 Thread Timothy Arceri
On Sun, 2015-12-06 at 22:07 -0500, Ilia Mirkin wrote: > On Sun, Dec 6, 2015 at 10:05 PM, Timothy Arceri > wrote: > > --- > > src/mesa/main/context.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h > > index 8b64f45.

Re: [Mesa-dev] [PATCH] mesa: enable tessellation on GL 4.0 and above

2015-12-06 Thread Ilia Mirkin
On Sun, Dec 6, 2015 at 10:05 PM, Timothy Arceri wrote: > --- > src/mesa/main/context.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h > index 8b64f45..f3d42cb 100644 > --- a/src/mesa/main/context.h > +++ b/src/mesa/main/c

[Mesa-dev] [PATCH] mesa: enable tessellation on GL 4.0 and above

2015-12-06 Thread Timothy Arceri
--- src/mesa/main/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 8b64f45..f3d42cb 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -361,7 +361,7 @@ static inline GLboolean _mesa_has_tessell