Re: [Mesa-dev] [PATCH 5/8] i965: create a brw_shader_gather_info() helper

2017-09-25 Thread Kenneth Graunke
On Tuesday, September 12, 2017 4:37:32 PM PDT Timothy Arceri wrote: > This will help us call gather info at a later point and allow us > to do some linking in nir. > --- > src/mesa/drivers/dri/i965/brw_program.c | 20 +--- > src/mesa/drivers/dri/i965/brw_program.h | 3 +++ > 2 fil

Re: [Mesa-dev] [PATCH 5/8] i965: create a brw_shader_gather_info() helper

2017-09-14 Thread Eduardo Lima Mitev
On 09/13/2017 01:37 AM, Timothy Arceri wrote: > This will help us call gather info at a later point and allow us > to do some linking in nir. > --- > src/mesa/drivers/dri/i965/brw_program.c | 20 +--- > src/mesa/drivers/dri/i965/brw_program.h | 3 +++ > 2 files changed, 16 inserti

[Mesa-dev] [PATCH 5/8] i965: create a brw_shader_gather_info() helper

2017-09-12 Thread Timothy Arceri
This will help us call gather info at a later point and allow us to do some linking in nir. --- src/mesa/drivers/dri/i965/brw_program.c | 20 +--- src/mesa/drivers/dri/i965/brw_program.h | 3 +++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/mesa/drivers/dri/