Re: [Mesa-dev] [PATCH 5/6] i965: use nir_shader_gather_info() over do_set_program_inouts()

2016-11-10 Thread Kenneth Graunke
On Thursday, October 27, 2016 1:00:47 PM PST Timothy Arceri wrote: > This takes us one step closer to being able to drop the GLSL IR > optimisation passes during linking in favour of the NIR passes. > --- > src/mesa/drivers/dri/i965/brw_link.cpp | 2 -- > src/mesa/drivers/dri/i965/brw_program.c

[Mesa-dev] [PATCH 5/6] i965: use nir_shader_gather_info() over do_set_program_inouts()

2016-10-26 Thread Timothy Arceri
This takes us one step closer to being able to drop the GLSL IR optimisation passes during linking in favour of the NIR passes. --- src/mesa/drivers/dri/i965/brw_link.cpp | 2 -- src/mesa/drivers/dri/i965/brw_program.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git