Re: [Mesa-dev] [PATCH] glsl: Use correct mode for split components.

2016-05-23 Thread Jordan Justen
Reviewed-by: Jordan Justen On 2016-04-20 06:42:01, Bas Nieuwenhuizen wrote: > The mode should stay the same as the original struct. In > particular, shared should not be changed to temporary. > > Signed-off-by: Bas Nieuwenhuizen > --- >

Re: [Mesa-dev] [PATCH] glsl: Use correct mode for split components.

2016-05-22 Thread Dave Airlie
On 19 May 2016 at 13:18, Jordan Justen wrote: > On 2016-04-25 16:39:21, Kenneth Graunke wrote: >> On Wednesday, April 20, 2016 3:42:01 PM PDT Bas Nieuwenhuizen wrote: >> > The mode should stay the same as the original struct. In >> > particular, shared should not be

Re: [Mesa-dev] [PATCH] glsl: Use correct mode for split components.

2016-05-18 Thread Jordan Justen
On 2016-04-25 16:39:21, Kenneth Graunke wrote: > On Wednesday, April 20, 2016 3:42:01 PM PDT Bas Nieuwenhuizen wrote: > > The mode should stay the same as the original struct. In > > particular, shared should not be changed to temporary. > > > > Signed-off-by: Bas Nieuwenhuizen

Re: [Mesa-dev] [PATCH] glsl: Use correct mode for split components.

2016-04-25 Thread Kenneth Graunke
On Wednesday, April 20, 2016 3:42:01 PM PDT Bas Nieuwenhuizen wrote: > The mode should stay the same as the original struct. In > particular, shared should not be changed to temporary. > > Signed-off-by: Bas Nieuwenhuizen > --- >

[Mesa-dev] [PATCH] glsl: Use correct mode for split components.

2016-04-20 Thread Bas Nieuwenhuizen
The mode should stay the same as the original struct. In particular, shared should not be changed to temporary. Signed-off-by: Bas Nieuwenhuizen --- src/compiler/glsl/opt_structure_splitting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git