Re: [Mesa-dev] [PATCH 8/8] i965: make use of nir linking

2017-09-25 Thread Timothy Arceri
On 26/09/17 08:47, Kenneth Graunke wrote: On Tuesday, September 12, 2017 4:37:35 PM PDT Timothy Arceri wrote: For now linking is just removing unused varyings between stages. shader-db results BDW: total instructions in shared programs: 13198288 -> 13191693 (-0.05%) instructions in affected

Re: [Mesa-dev] [PATCH 8/8] i965: make use of nir linking

2017-09-25 Thread Kenneth Graunke
On Tuesday, September 12, 2017 4:37:35 PM PDT Timothy Arceri wrote: > For now linking is just removing unused varyings between stages. > > shader-db results BDW: > > total instructions in shared programs: 13198288 -> 13191693 (-0.05%) > instructions in affected programs: 48325 -> 41730 (-13.65%)

[Mesa-dev] [PATCH 8/8] i965: make use of nir linking

2017-09-12 Thread Timothy Arceri
For now linking is just removing unused varyings between stages. shader-db results BDW: total instructions in shared programs: 13198288 -> 13191693 (-0.05%) instructions in affected programs: 48325 -> 41730 (-13.65%) helped: 473 HURT: 0 total cycles in shared programs: 541184926 -> 541159260 (-0