Re: [Mesa-dev] [PATCH 00/17] i965: More compiler cleanups

2015-10-08 Thread Jason Ekstrand
On Thu, Oct 8, 2015 at 5:22 PM, Jason Ekstrand wrote: > This series contains even more compiler code-shuffling and cleanups. In > particular, it gets us down to the point where we can, for the most part, > just go NIR -> binary. It also rolls the entire compiler API into a single > header file w

[Mesa-dev] [PATCH 00/17] i965: More compiler cleanups

2015-10-08 Thread Jason Ekstrand
This series contains even more compiler code-shuffling and cleanups. In particular, it gets us down to the point where we can, for the most part, just go NIR -> binary. It also rolls the entire compiler API into a single header file with a bunch of structs and 6 functions. It also reworks the em