Re: [Mesa-dev] [PATCH] radeonsi/nir: remove dead local variables

2019-01-31 Thread Timothy Arceri
On 1/2/19 5:04 am, Emil Velikov wrote: On Thu, 31 Jan 2019 at 01:01, Timothy Arceri wrote: Without this we do not end up with a deterministic NIR. NIR must be deterministic here because we use it to produce a sha for the radeonsi backends disk cache. This fixes the shader cache for a bunch

Re: [Mesa-dev] [PATCH] radeonsi/nir: remove dead local variables

2019-01-31 Thread Emil Velikov
On Thu, 31 Jan 2019 at 01:01, Timothy Arceri wrote: > > Without this we do not end up with a deterministic NIR. NIR must > be deterministic here because we use it to produce a sha for the > radeonsi backends disk cache. > > This fixes the shader cache for a bunch of shaders. I guess we'll need th

[Mesa-dev] [PATCH] radeonsi/nir: remove dead local variables

2019-01-30 Thread Timothy Arceri
Without this we do not end up with a deterministic NIR. NIR must be deterministic here because we use it to produce a sha for the radeonsi backends disk cache. This fixes the shader cache for a bunch of shaders. --- src/gallium/drivers/radeonsi/si_shader_nir.c | 3 +++ 1 file changed, 3 insertion