Re: [Mesa-dev] [PATCH 01/11] glapi: add entry points for GL_ARB_compute_variable_group_size

2016-09-10 Thread Samuel Pitoiset
On 09/09/2016 08:22 PM, Ian Romanick wrote: On 09/09/2016 08:46 AM, Samuel Pitoiset wrote: On 09/08/2016 10:58 PM, Ian Romanick wrote: On 09/08/2016 01:31 PM, Samuel Pitoiset wrote: Signed-off-by: Samuel Pitoiset ---

Re: [Mesa-dev] [PATCH 01/11] glapi: add entry points for GL_ARB_compute_variable_group_size

2016-09-09 Thread Ian Romanick
On 09/09/2016 08:46 AM, Samuel Pitoiset wrote: > > > On 09/08/2016 10:58 PM, Ian Romanick wrote: >> On 09/08/2016 01:31 PM, Samuel Pitoiset wrote: >>> Signed-off-by: Samuel Pitoiset >>> --- >>> .../glapi/gen/ARB_compute_variable_group_size.xml | 25 >>>

Re: [Mesa-dev] [PATCH 01/11] glapi: add entry points for GL_ARB_compute_variable_group_size

2016-09-09 Thread Marek Olšák
On Fri, Sep 9, 2016 at 5:46 PM, Samuel Pitoiset wrote: > > > On 09/08/2016 10:58 PM, Ian Romanick wrote: >> >> On 09/08/2016 01:31 PM, Samuel Pitoiset wrote: >>> >>> Signed-off-by: Samuel Pitoiset >>> --- >>>

Re: [Mesa-dev] [PATCH 01/11] glapi: add entry points for GL_ARB_compute_variable_group_size

2016-09-09 Thread Samuel Pitoiset
On 09/09/2016 06:31 PM, Marek Olšák wrote: On Fri, Sep 9, 2016 at 5:46 PM, Samuel Pitoiset wrote: On 09/08/2016 10:58 PM, Ian Romanick wrote: On 09/08/2016 01:31 PM, Samuel Pitoiset wrote: Signed-off-by: Samuel Pitoiset ---

Re: [Mesa-dev] [PATCH 01/11] glapi: add entry points for GL_ARB_compute_variable_group_size

2016-09-09 Thread Samuel Pitoiset
On 09/08/2016 10:58 PM, Ian Romanick wrote: On 09/08/2016 01:31 PM, Samuel Pitoiset wrote: Signed-off-by: Samuel Pitoiset --- .../glapi/gen/ARB_compute_variable_group_size.xml | 25 ++ src/mapi/glapi/gen/Makefile.am | 1 +

Re: [Mesa-dev] [PATCH 01/11] glapi: add entry points for GL_ARB_compute_variable_group_size

2016-09-08 Thread Ian Romanick
On 09/08/2016 01:31 PM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset > --- > .../glapi/gen/ARB_compute_variable_group_size.xml | 25 > ++ > src/mapi/glapi/gen/Makefile.am | 1 + > src/mapi/glapi/gen/gl_API.xml

[Mesa-dev] [PATCH 01/11] glapi: add entry points for GL_ARB_compute_variable_group_size

2016-09-08 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- .../glapi/gen/ARB_compute_variable_group_size.xml | 25 ++ src/mapi/glapi/gen/Makefile.am | 1 + src/mapi/glapi/gen/gl_API.xml | 2 ++ src/mesa/main/compute.c