Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-09 Thread Francisco Jerez
Jason Ekstrand writes: > On Mon, Jun 8, 2015 at 9:50 AM, Matt Turner wrote: >> On Fri, Jun 5, 2015 at 4:13 PM, Francisco Jerez >> wrote: >>> Matt Turner writes: On Fri, Jun 5, 2015 at 1:42 PM, Francisco Jerez wrote: > Matt Turner writes: >> On Thu, Jun 4, 2015 at 9:04 AM,

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-09 Thread Jason Ekstrand
On Mon, Jun 8, 2015 at 9:50 AM, Matt Turner wrote: > On Fri, Jun 5, 2015 at 4:13 PM, Francisco Jerez wrote: >> Matt Turner writes: >>> On Fri, Jun 5, 2015 at 1:42 PM, Francisco Jerez >>> wrote: Matt Turner writes: > On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez > wrote: >

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-09 Thread Francisco Jerez
Matt Turner writes: > On Fri, Jun 5, 2015 at 4:13 PM, Francisco Jerez wrote: >> Matt Turner writes: >> >>> On Fri, Jun 5, 2015 at 1:42 PM, Francisco Jerez >>> wrote: Matt Turner writes: > On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez > wrote: >> The purpose of this

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-08 Thread Matt Turner
On Fri, Jun 5, 2015 at 4:13 PM, Francisco Jerez wrote: > Matt Turner writes: > >> On Fri, Jun 5, 2015 at 1:42 PM, Francisco Jerez >> wrote: >>> Matt Turner writes: >>> On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez wrote: > The purpose of this change is threefold: First, it im

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-05 Thread Francisco Jerez
Matt Turner writes: > On Fri, Jun 5, 2015 at 1:42 PM, Francisco Jerez wrote: >> Matt Turner writes: >> >>> On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez >>> wrote: The purpose of this change is threefold: First, it improves the modularity of the compiler back-end by separating the

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-05 Thread Matt Turner
On Fri, Jun 5, 2015 at 1:42 PM, Francisco Jerez wrote: > Matt Turner writes: > >> On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez >> wrote: >>> The purpose of this change is threefold: First, it improves the >>> modularity of the compiler back-end by separating the functionality >>> required to

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-05 Thread Francisco Jerez
Jordan Justen writes: > I guess we'll be carrying forward our strained backronym of FS as fast > scalar? :) > Heh, of course :). > -Jordan > > On 2015-06-04 09:04:50, Francisco Jerez wrote: >> The purpose of this change is threefold: First, it improves the >> modularity of the compiler back-end

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-05 Thread Francisco Jerez
Matt Turner writes: > On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez wrote: >> The purpose of this change is threefold: First, it improves the >> modularity of the compiler back-end by separating the functionality >> required to construct an i965 IR program from the rest of the visitor >> god-o

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-04 Thread Jordan Justen
I guess we'll be carrying forward our strained backronym of FS as fast scalar? :) -Jordan On 2015-06-04 09:04:50, Francisco Jerez wrote: > The purpose of this change is threefold: First, it improves the > modularity of the compiler back-end by separating the functionality > required to construct

Re: [Mesa-dev] [PATCH 01/38] i965/fs: Introduce FS IR builder.

2015-06-04 Thread Matt Turner
On Thu, Jun 4, 2015 at 9:04 AM, Francisco Jerez wrote: > The purpose of this change is threefold: First, it improves the > modularity of the compiler back-end by separating the functionality > required to construct an i965 IR program from the rest of the visitor > god-object, what in turn will red