Re: [Mesa-dev] [PATCH 1/8] i965: get uses texture gather from nir info

2016-10-05 Thread Jason Ekstrand
On Oct 5, 2016 19:15, "Kenneth Graunke" wrote: > > On Wednesday, October 5, 2016 5:32:27 PM PDT Timothy Arceri wrote: > > 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 e

Re: [Mesa-dev] [PATCH 1/8] i965: get uses texture gather from nir info

2016-10-05 Thread Kenneth Graunke
On Wednesday, October 5, 2016 5:32:27 PM PDT Timothy Arceri wrote: > 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

[Mesa-dev] [PATCH 1/8] i965: get uses texture gather from nir info

2016-10-04 Thread Timothy Arceri
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. --- src/mesa/drivers/dri/i965/brw_sha