i965: get outputs read from nir info
authorTimothy Arceri <timothy.arceri@collabora.com>
Wed, 5 Oct 2016 04:56:21 +0000 (15:56 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Thu, 6 Oct 2016 05:03:57 +0000 (16:03 +1100)
commitb526a9b708b48c3d1c394783cba99f11eb17d0b9
tree0cf33ad5e6f1985c0a34544198fcec94115b7dca
parenta38c809f6e2080da4100f3b4fe432e0b98950ebf
i965: get outputs read from nir info

This is a step towards dropping the GLSL IR version of
do_set_program_inouts() in i965 and moving towards native nir support.

This is important because we want to eventually convert to nir and
use its optimisations passes before we can call this GLSL IR pass.

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