Re: [Mesa-dev] [PATCHv2 00/13] multithread GLSL compiler

2014-07-09 Thread Brian Paul
On 07/09/2014 01:47 AM, Chia-I Wu wrote: Hi list, This is my second try to add multithread support for the GLSL compiler. Changes since v1 are - glLinkProgram can now be threaded - added ctx->Const.DeferCompileShader and ctx->Const.DeferLinkProgram to allow drivers to control what get t

[Mesa-dev] [PATCHv2 00/13] multithread GLSL compiler

2014-07-09 Thread Chia-I Wu
Hi list, This is my second try to add multithread support for the GLSL compiler. Changes since v1 are - glLinkProgram can now be threaded - added ctx->Const.DeferCompileShader and ctx->Const.DeferLinkProgram to allow drivers to control what get threaded - minimal changes to i965 to enable D