Re: [Mesa-dev] [PATCH 022/133] i965/fs: add a NIR frontend

2014-12-16 Thread Connor Abbott
On Tue, Dec 16, 2014 at 5:22 PM, Jason Ekstrand wrote: > > > On Tue, Dec 16, 2014 at 1:28 PM, Connor Abbott wrote: >> >> On Tue, Dec 16, 2014 at 1:04 AM, Jason Ekstrand >> wrote: >> > From: Connor Abbott >> > >> > This is similar to the GLSL IR frontend, except consuming NIR. This lets >> > us

Re: [Mesa-dev] [PATCH 022/133] i965/fs: add a NIR frontend

2014-12-16 Thread Connor Abbott
On Tue, Dec 16, 2014 at 1:04 AM, Jason Ekstrand wrote: > From: Connor Abbott > > This is similar to the GLSL IR frontend, except consuming NIR. This lets > us test NIR as part of an actual compiler. > > v2: Jason Ekstrand : >Make brw_fs_nir build again >Only use NIR of INTEL_USE_NIR is se

[Mesa-dev] [PATCH 022/133] i965/fs: add a NIR frontend

2014-12-15 Thread Jason Ekstrand
From: Connor Abbott This is similar to the GLSL IR frontend, except consuming NIR. This lets us test NIR as part of an actual compiler. v2: Jason Ekstrand : Make brw_fs_nir build again Only use NIR of INTEL_USE_NIR is set whitespace fixes --- src/mesa/drivers/dri/i965/Makefile.sources