Re: [Mesa-dev] [PATCH 10/11] st/glsl_to_nir: Fix uninitialized access

2019-05-09 Thread Emil Velikov
On Thu, 9 May 2019 at 15:49, Emil Velikov wrote: > > On Thu, 9 May 2019 at 07:35, Tomeu Vizoso wrote: > > > > NIR_PASS will only set lower_flrp_progress if there's progress, and if > > there isn't its value will be undefined. > > > > Fixes this Valgrind error: > > > > ==6589== Conditional jump or

Re: [Mesa-dev] [PATCH 10/11] st/glsl_to_nir: Fix uninitialized access

2019-05-09 Thread Emil Velikov
On Thu, 9 May 2019 at 07:35, Tomeu Vizoso wrote: > > NIR_PASS will only set lower_flrp_progress if there's progress, and if > there isn't its value will be undefined. > > Fixes this Valgrind error: > > ==6589== Conditional jump or move depends on uninitialised value(s) > ==6589==at 0x55CA7E6:

[Mesa-dev] [PATCH 10/11] st/glsl_to_nir: Fix uninitialized access

2019-05-08 Thread Tomeu Vizoso
NIR_PASS will only set lower_flrp_progress if there's progress, and if there isn't its value will be undefined. Fixes this Valgrind error: ==6589== Conditional jump or move depends on uninitialised value(s) ==6589==at 0x55CA7E6: st_nir_opts (st_glsl_to_nir.cpp:347) ==6589==by 0x55CC1DD: s