Re: [Mesa-dev] [PATCH 2/2] st/glsl_to_tgsi: fix block copies of arrays of structs

2016-10-18 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Mon, Oct 17, 2016 at 7:25 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Use a full writemask in this case. This is relevant e.g. when a function > has an inout argument

Re: [Mesa-dev] [PATCH 2/2] st/glsl_to_tgsi: fix block copies of arrays of structs

2016-10-17 Thread Nicolai Hähnle
On 17.10.2016 23:08, Timothy Arceri wrote: On Mon, 2016-10-17 at 19:25 +0200, Nicolai Hähnle wrote: From: Nicolai Hähnle Use a full writemask in this case. This is relevant e.g. when a function has an inout argument which is an array of structs. ---

Re: [Mesa-dev] [PATCH 2/2] st/glsl_to_tgsi: fix block copies of arrays of structs

2016-10-17 Thread Timothy Arceri
On Mon, 2016-10-17 at 19:25 +0200, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Use a full writemask in this case. This is relevant e.g. when a > function > has an inout argument which is an array of structs. > --- >  src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 6

[Mesa-dev] [PATCH 2/2] st/glsl_to_tgsi: fix block copies of arrays of structs

2016-10-17 Thread Nicolai Hähnle
From: Nicolai Hähnle Use a full writemask in this case. This is relevant e.g. when a function has an inout argument which is an array of structs. --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git