Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Ilia Mirkin
On Wed, May 2, 2018 at 10:05 PM, Timothy Arceri wrote: > On 03/05/18 11:55, Ilia Mirkin wrote: >> >> On Wed, May 2, 2018 at 9:27 PM, Timothy Arceri >> wrote: >>> >>> As far as I understand it apiexec.py came about because of the need to >>> not >>> expose functionality in compat. Always setting c

Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Timothy Arceri
On 03/05/18 11:55, Ilia Mirkin wrote: On Wed, May 2, 2018 at 9:27 PM, Timothy Arceri wrote: As far as I understand it apiexec.py came about because of the need to not expose functionality in compat. Always setting compat to core would bi-pass that getting us back to where we started. Other wa

Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Ilia Mirkin
On Wed, May 2, 2018 at 9:27 PM, Timothy Arceri wrote: > As far as I understand it apiexec.py came about because of the need to not > expose functionality in compat. Always setting compat to core would bi-pass > that getting us back to where we started. Other way around - not exposing things in co

Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Timothy Arceri
On 03/05/18 10:49, Ilia Mirkin wrote: On Wed, May 2, 2018 at 7:21 PM, Timothy Arceri wrote: On 03/05/18 02:58, Ilia Mirkin wrote: On Wed, May 2, 2018 at 6:27 AM, Timothy Arceri wrote: --- src/mapi/glapi/gen/apiexec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g

Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Ilia Mirkin
On Wed, May 2, 2018 at 7:21 PM, Timothy Arceri wrote: > > > On 03/05/18 02:58, Ilia Mirkin wrote: >> >> On Wed, May 2, 2018 at 6:27 AM, Timothy Arceri >> wrote: >>> >>> --- >>> src/mapi/glapi/gen/apiexec.py | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/src/

Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Marek Olšák
On Wed, May 2, 2018 at 6:27 AM, Timothy Arceri wrote: > --- > src/mapi/glapi/gen/apiexec.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mapi/glapi/gen/apiexec.py b/src/mapi/glapi/gen/apiexec.py > index b5e0ad4a179..d33cc85d47f 100644 > --- a/src/mapi/glapi/ge

Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Timothy Arceri
On 03/05/18 02:58, Ilia Mirkin wrote: On Wed, May 2, 2018 at 6:27 AM, Timothy Arceri wrote: --- src/mapi/glapi/gen/apiexec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/glapi/gen/apiexec.py b/src/mapi/glapi/gen/apiexec.py index b5e0ad4a179..d33cc85d47f

Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Ilia Mirkin
On Wed, May 2, 2018 at 6:27 AM, Timothy Arceri wrote: > --- > src/mapi/glapi/gen/apiexec.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mapi/glapi/gen/apiexec.py b/src/mapi/glapi/gen/apiexec.py > index b5e0ad4a179..d33cc85d47f 100644 > --- a/src/mapi/glapi/gen

Re: [Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Emil Velikov
On 2 May 2018 at 11:27, Timothy Arceri wrote: > --- > src/mapi/glapi/gen/apiexec.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mapi/glapi/gen/apiexec.py b/src/mapi/glapi/gen/apiexec.py > index b5e0ad4a179..d33cc85d47f 100644 > --- a/src/mapi/glapi/gen/apiexec

[Mesa-dev] [PATCH v2 3/3] mesa: enable geom shaders in OpenGL 3.2 Compat profile

2018-05-02 Thread Timothy Arceri
--- src/mapi/glapi/gen/apiexec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/glapi/gen/apiexec.py b/src/mapi/glapi/gen/apiexec.py index b5e0ad4a179..d33cc85d47f 100644 --- a/src/mapi/glapi/gen/apiexec.py +++ b/src/mapi/glapi/gen/apiexec.py @@ -46,7 +46,7 @@ cl