Re: [Mesa-dev] [PATCH 00/21] nir: Functions!

2016-02-24 Thread Jordan Justen
On 2016-02-13 22:01:46, Jordan Justen wrote: > On 2016-02-13 18:14:17, Jason Ekstrand wrote: > > > > Jason Ekstrand (21): > > nir/glsl: Remove dead function parameter handling code > > nir: Add a new "param" variable mode for parameters and return > > variables > > nir: Add a helper for

Re: [Mesa-dev] [PATCH 00/21] nir: Functions!

2016-02-14 Thread Jason Ekstrand
Adding Connor to the Cc just in case he missed it. On Sat, Feb 13, 2016 at 6:14 PM, Jason Ekstrand wrote: > This patch series adds actual function support to NIR. Previously all NIR > usage relied on GLSL to have lowered functions away entirely. As a result, > any

Re: [Mesa-dev] [PATCH 00/21] nir: Functions!

2016-02-14 Thread Jason Ekstrand
On Sat, Feb 13, 2016 at 10:01 PM, Jordan Justen wrote: > On 2016-02-13 18:14:17, Jason Ekstrand wrote: > > This patch series adds actual function support to NIR. Previously all > NIR > > usage relied on GLSL to have lowered functions away entirely. As a > result, > >

[Mesa-dev] [PATCH 00/21] nir: Functions!

2016-02-13 Thread Jason Ekstrand
This patch series adds actual function support to NIR. Previously all NIR usage relied on GLSL to have lowered functions away entirely. As a result, any support for functions that was there was dead code and not really tested. With SPIR-V on the horizon, NIR will need real function support.

Re: [Mesa-dev] [PATCH 00/21] nir: Functions!

2016-02-13 Thread Jordan Justen
On 2016-02-13 18:14:17, Jason Ekstrand wrote: > This patch series adds actual function support to NIR. Previously all NIR > usage relied on GLSL to have lowered functions away entirely. As a result, > any support for functions that was there was dead code and not really > tested. With SPIR-V on