i965: call brw_shader_gather_info() from the callers of brw_create_nir()
authorTimothy Arceri <tarceri@itsqueeze.com>
Tue, 12 Sep 2017 07:45:47 +0000 (17:45 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 26 Sep 2017 12:37:02 +0000 (22:37 +1000)
commit833e4dd41aecf7c96bfc6bf616d14553d580b016
tree05482b5a920283787ca8b2b96f3d52fe3d5d225d
parent348cf74792a394aae1efd541192d4a3c219584bb
i965: call brw_shader_gather_info() from the callers of brw_create_nir()

This will allow us to insert a nir linking step in brw_link_shader().

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
src/mesa/drivers/dri/i965/brw_link.cpp
src/mesa/drivers/dri/i965/brw_program.c