Re: [Mesa-dev] [PATCH] nir: fix nir_shader_clone()

2016-10-27 Thread Timothy Arceri
On Fri, 2016-10-28 at 12:53 +1100, Timothy Arceri wrote: > This was broken in e1af20f18a8 when the info field in nir_shader was > turned into a pointer. > > Cc: Eric Anholt > --- > >  I was part was through refactoring everything when I noticed this. > Does this >  fix your problem? Nevermind.

[Mesa-dev] [PATCH] nir: fix nir_shader_clone()

2016-10-27 Thread Timothy Arceri
This was broken in e1af20f18a8 when the info field in nir_shader was turned into a pointer. Cc: Eric Anholt --- I was part was through refactoring everything when I noticed this. Does this fix your problem? src/compiler/nir/nir_clone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d