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

2015-05-05 Thread Francisco Jerez
Jason Ekstrand writes: > On Sat, May 2, 2015 at 8:29 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 >> go

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

2015-05-04 Thread Jason Ekstrand
On Sat, May 2, 2015 at 8:29 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

[Mesa-dev] [PATCH 07/29] i965/fs: Introduce FS IR builder.

2015-05-02 Thread Francisco Jerez
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 reduce the coupling between other components and the visitor allowi