Re: [Mesa-dev] [PATCH v2 37/42] glsl: Disable several optimizations on shared variables

2015-11-25 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Tue, 2015-11-17 at 21:55 -0800, Jordan Justen wrote: > Shared variables can be accessed by other threads within the same > local workgroup. This prevents us from performing certain > optimizations with shared variables. > > Signed-off-by: Jordan Justen > --- >

[Mesa-dev] [PATCH v2 37/42] glsl: Disable several optimizations on shared variables

2015-11-17 Thread Jordan Justen
Shared variables can be accessed by other threads within the same local workgroup. This prevents us from performing certain optimizations with shared variables. Signed-off-by: Jordan Justen --- src/glsl/opt_constant_propagation.cpp | 3 ++- src/glsl/opt_constant_variable.cpp| 3 ++- src/glsl