Re: [Mesa-dev] [PATCH 096/133] i965/fs_nir: Use the new variable lowering code

2015-01-04 Thread Connor Abbott
Reviewed-by: Connor Abbott Nice job getting this variable lowering stuff all done! On Tue, Dec 16, 2014 at 1:11 AM, Jason Ekstrand wrote: > This commit switches us over to the new variable lowering code which is > capable of properly handling lowering indirects as we go. > --- > src/mesa/driv

[Mesa-dev] [PATCH 096/133] i965/fs_nir: Use the new variable lowering code

2014-12-15 Thread Jason Ekstrand
This commit switches us over to the new variable lowering code which is capable of properly handling lowering indirects as we go. --- src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 44 ++-- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/src/mesa/drivers/dri