i965: use nir_shader_gather_info() over do_set_program_inouts()
authorTimothy Arceri <timothy.arceri@collabora.com>
Thu, 27 Oct 2016 01:22:36 +0000 (12:22 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Fri, 11 Nov 2016 09:39:09 +0000 (20:39 +1100)
commit00620782c92100d77c660f9783504c6d80fa1d58
tree058796f2713353df6bee4e77958786ea5f938587
parente86fc2c2856d8fde27fe061703f3c1e0abd585a5
i965: use nir_shader_gather_info() over do_set_program_inouts()

This takes us one step closer to being able to drop the GLSL IR
optimisation passes during linking in favour of the NIR passes.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_link.cpp
src/mesa/drivers/dri/i965/brw_program.c