Re: [Mesa-dev] [PATCH 4/7] glsl: add core plumbing for GL_ANDROID_extension_pack_es31a

2016-08-31 Thread Ilia Mirkin
On Wed, Aug 31, 2016 at 10:28 PM, Ian Romanick wrote: > I'm not sure how I feel about this change. I had also been thinking > about adding AEP support after the rest of 3.2 was complete. I had > imagined that adding it would look something like adding code to >

Re: [Mesa-dev] [PATCH 4/7] glsl: add core plumbing for GL_ANDROID_extension_pack_es31a

2016-08-31 Thread Ian Romanick
I'm not sure how I feel about this change. I had also been thinking about adding AEP support after the rest of 3.2 was complete. I had imagined that adding it would look something like adding code to _mesa_glsl_process_extension that would call _mesa_glsl_process_extension for each of the

Re: [Mesa-dev] [PATCH 4/7] glsl: add core plumbing for GL_ANDROID_extension_pack_es31a

2016-08-29 Thread Ilia Mirkin
On Mon, Aug 29, 2016 at 2:45 PM, Matt Turner wrote: > On Sun, Aug 28, 2016 at 7:10 PM, Ilia Mirkin wrote: >> Signed-off-by: Ilia Mirkin >> --- >> src/compiler/glsl/glsl_parser_extras.cpp | 57 >> +++-

Re: [Mesa-dev] [PATCH 4/7] glsl: add core plumbing for GL_ANDROID_extension_pack_es31a

2016-08-29 Thread Matt Turner
On Sun, Aug 28, 2016 at 7:10 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > src/compiler/glsl/glsl_parser_extras.cpp | 57 > +++- > src/compiler/glsl/glsl_parser_extras.h | 2 ++ >

[Mesa-dev] [PATCH 4/7] glsl: add core plumbing for GL_ANDROID_extension_pack_es31a

2016-08-28 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/compiler/glsl/glsl_parser_extras.cpp | 57 +++- src/compiler/glsl/glsl_parser_extras.h | 2 ++ src/mesa/main/extensions_table.h | 2 ++ src/mesa/main/mtypes.h | 1 + 4 files