Re: [Mesa-dev] [PATCH 112/133] nir: Add an algebraic optimization pass

2015-01-06 Thread Jason Ekstrand
On Mon, Jan 5, 2015 at 11:38 PM, Matt Turner wrote: > On Mon, Dec 15, 2014 at 10:12 PM, Jason Ekstrand > wrote: > > This pass uses the previously built algebraic transformations framework > and > > should act as an example for anyone else wanting to make an algebraic > > transformation pass for

Re: [Mesa-dev] [PATCH 112/133] nir: Add an algebraic optimization pass

2015-01-06 Thread Jason Ekstrand
On Mon, Jan 5, 2015 at 10:12 PM, Connor Abbott wrote: > On Tue, Dec 16, 2014 at 1:12 AM, Jason Ekstrand > wrote: > > This pass uses the previously built algebraic transformations framework > and > > should act as an example for anyone else wanting to make an algebraic > > transformation pass for

Re: [Mesa-dev] [PATCH 112/133] nir: Add an algebraic optimization pass

2015-01-05 Thread Matt Turner
On Mon, Dec 15, 2014 at 10:12 PM, Jason Ekstrand wrote: > This pass uses the previously built algebraic transformations framework and > should act as an example for anyone else wanting to make an algebraic > transformation pass for NIR. > --- > src/glsl/Makefile.am | 10 -

Re: [Mesa-dev] [PATCH 112/133] nir: Add an algebraic optimization pass

2015-01-05 Thread Connor Abbott
On Tue, Dec 16, 2014 at 1:12 AM, Jason Ekstrand wrote: > This pass uses the previously built algebraic transformations framework and > should act as an example for anyone else wanting to make an algebraic > transformation pass for NIR. > --- > src/glsl/Makefile.am | 10 - >

[Mesa-dev] [PATCH 112/133] nir: Add an algebraic optimization pass

2014-12-15 Thread Jason Ekstrand
This pass uses the previously built algebraic transformations framework and should act as an example for anyone else wanting to make an algebraic transformation pass for NIR. --- src/glsl/Makefile.am | 10 - src/glsl/Makefile.sources| 6 ++- src/glsl/nir/ni