Re: [Mesa-dev] [PATCH 01/21] nir/glsl: Remove dead function parameter handling code

2016-02-13 Thread Jordan Justen
On 2016-02-13 18:14:18, Jason Ekstrand wrote: > NIR has never been used on IR where we haven't already done function > inlining so this code has been dead from the beginning. Let's just get rid > of it for now. We can alwasy put it back in if we decide to use NIR for typo: always Reviewed-by: J

[Mesa-dev] [PATCH 01/21] nir/glsl: Remove dead function parameter handling code

2016-02-13 Thread Jason Ekstrand
NIR has never been used on IR where we haven't already done function inlining so this code has been dead from the beginning. Let's just get rid of it for now. We can alwasy put it back in if we decide to use NIR for function inlining at some point in the future. --- src/compiler/nir/glsl_to_nir.