Re: [Mesa-dev] [PATCH] mesa/st: fix conditional jump depends on uninitialised value

2017-07-31 Thread Emil Velikov
On 31 July 2017 at 16:28, Marek Olšák wrote: > Please don't forget to nominate patches for stable. Thanks. > > Cc: 17.2 > Reviewed-by: Marek Olšák > Thanks Marek. JFYI: If the Fixes tag mentions a commit in stable, the

Re: [Mesa-dev] [PATCH] mesa/st: fix conditional jump depends on uninitialised value

2017-07-31 Thread Marek Olšák
Please don't forget to nominate patches for stable. Thanks. Cc: 17.2 Reviewed-by: Marek Olšák Marek On Mon, Jul 31, 2017 at 2:48 PM, Timothy Arceri wrote: > Reported by valgrind at: >

Re: [Mesa-dev] [PATCH] mesa/st: fix conditional jump depends on uninitialised value

2017-07-31 Thread Karol Herbst
On Mon, Jul 31, 2017 at 2:48 PM, Timothy Arceri wrote: > Reported by valgrind at: > glsl_to_tgsi_visitor::visit(ir_expression*) (st_glsl_to_tgsi.cpp:1560) > > When compiling the Deus Ex shaders. > > Cc: Karol Herbst > Cc: Nicolai Hähnle

Re: [Mesa-dev] [PATCH] mesa/st: fix conditional jump depends on uninitialised value

2017-07-31 Thread Nicolai Hähnle
On 31.07.2017 14:48, Timothy Arceri wrote: Reported by valgrind at: glsl_to_tgsi_visitor::visit(ir_expression*) (st_glsl_to_tgsi.cpp:1560) When compiling the Deus Ex shaders. Cc: Karol Herbst Cc: Nicolai Hähnle --- There is probably more to

[Mesa-dev] [PATCH] mesa/st: fix conditional jump depends on uninitialised value

2017-07-31 Thread Timothy Arceri
Reported by valgrind at: glsl_to_tgsi_visitor::visit(ir_expression*) (st_glsl_to_tgsi.cpp:1560) When compiling the Deus Ex shaders. Cc: Karol Herbst Cc: Nicolai Hähnle --- There is probably more to this. I didn't look too hard.