Re: [Mesa-dev] [PATCH 2/7] nir: some small cleanups

2015-10-26 Thread Jason Ekstrand
On Sat, Oct 24, 2015 at 10:07 AM, Rob Clark wrote: > The various cf nodes all get allocated w/ shader as their ralloc_parent, > so lets make this more explicit. Plus couple other corrections/ > clarifications. > > Signed-off-by: Rob Clark Reviewed-by: Jason Ekstrand > --- > src/glsl/nir/nir.

[Mesa-dev] [PATCH 2/7] nir: some small cleanups

2015-10-24 Thread Rob Clark
The various cf nodes all get allocated w/ shader as their ralloc_parent, so lets make this more explicit. Plus couple other corrections/ clarifications. Signed-off-by: Rob Clark --- src/glsl/nir/nir.c | 18 +- src/glsl/nir/nir.h | 10 +- 2 files changed, 14 insertions(+)