Re: [Mesa-dev] [PATCH 00/41] Welcome back Matt!

2014-09-23 Thread Connor Abbott
On Tue, Sep 23, 2014 at 2:43 PM, Matt Turner wrote: > On Sat, Sep 20, 2014 at 10:22 AM, Jason Ekstrand wrote: >> This series does a bunch of refactoring of the i965 fs backend IR to add >> concepts of register width and instruction execution size. There's more to >> be done yet, but this gets us

Re: [Mesa-dev] [PATCH 00/41] Welcome back Matt!

2014-09-23 Thread Jason Ekstrand
On Tue, Sep 23, 2014 at 11:43 AM, Matt Turner wrote: > On Sat, Sep 20, 2014 at 10:22 AM, Jason Ekstrand > wrote: > > This series does a bunch of refactoring of the i965 fs backend IR to add > > concepts of register width and instruction execution size. There's more > to > > be done yet, but thi

Re: [Mesa-dev] [PATCH 00/41] Welcome back Matt!

2014-09-23 Thread Matt Turner
On Sat, Sep 20, 2014 at 10:22 AM, Jason Ekstrand wrote: > This series does a bunch of refactoring of the i965 fs backend IR to add > concepts of register width and instruction execution size. There's more to > be done yet, but this gets us most of the way there. It also removes the > assumption

Re: [Mesa-dev] [PATCH 00/41] Welcome back Matt!

2014-09-20 Thread Jason Ekstrand
One more quick note. If you find it nicer, the whole thing can be found here: http://cgit.freedesktop.org/~jekstrand/mesa/tree/?h=kill-mrf-v1 On Sat, Sep 20, 2014 at 10:22 AM, Jason Ekstrand wrote: > This series does a bunch of refactoring of the i965 fs backend IR to add > concepts of registe

[Mesa-dev] [PATCH 00/41] Welcome back Matt!

2014-09-20 Thread Jason Ekstrand
This series does a bunch of refactoring of the i965 fs backend IR to add concepts of register width and instruction execution size. There's more to be done yet, but this gets us most of the way there. It also removes the assumption that scalar values are always 1 register in SIMD8 and 2 registers