Re: [Mesa-dev] [PATCH 9/9] i965/vec4: Use NIR to do GS input remapping

2017-05-05 Thread Alejandro Piñeiro
On 05/05/17 21:24, Jason Ekstrand wrote: > On Fri, May 5, 2017 at 1:04 AM, Alejandro Piñeiro > mailto:apinhe...@igalia.com>> wrote: > > On 05/05/17 04:11, Jason Ekstrand wrote: > > We're already doing this in the FS back-end. This just does the > same > > thing in the vec4 back-end

Re: [Mesa-dev] [PATCH 9/9] i965/vec4: Use NIR to do GS input remapping

2017-05-05 Thread Kenneth Graunke
On Thursday, May 4, 2017 7:11:47 PM PDT Jason Ekstrand wrote: [snip] > diff --git a/src/intel/compiler/brw_vec4.cpp b/src/intel/compiler/brw_vec4.cpp > index b387321..ad92951 100644 > --- a/src/intel/compiler/brw_vec4.cpp > +++ b/src/intel/compiler/brw_vec4.cpp > @@ -1693,50 +1693,6 @@ attribute_to

Re: [Mesa-dev] [PATCH 9/9] i965/vec4: Use NIR to do GS input remapping

2017-05-05 Thread Jason Ekstrand
On Fri, May 5, 2017 at 1:04 AM, Alejandro Piñeiro wrote: > On 05/05/17 04:11, Jason Ekstrand wrote: > > We're already doing this in the FS back-end. This just does the same > > thing in the vec4 back-end. > > --- > > src/intel/compiler/brw_nir.c | 3 -- > > src/intel/compiler/brw

Re: [Mesa-dev] [PATCH 9/9] i965/vec4: Use NIR to do GS input remapping

2017-05-05 Thread Alejandro Piñeiro
On 05/05/17 04:11, Jason Ekstrand wrote: > We're already doing this in the FS back-end. This just does the same > thing in the vec4 back-end. > --- > src/intel/compiler/brw_nir.c | 3 -- > src/intel/compiler/brw_vec4.cpp| 44 --- > src/intel/compiler/brw

[Mesa-dev] [PATCH 9/9] i965/vec4: Use NIR to do GS input remapping

2017-05-04 Thread Jason Ekstrand
We're already doing this in the FS back-end. This just does the same thing in the vec4 back-end. --- src/intel/compiler/brw_nir.c | 3 -- src/intel/compiler/brw_vec4.cpp| 44 --- src/intel/compiler/brw_vec4.h | 2 - src/intel/compiler/brw_v