[Mesa-dev] [PATCH 2/2] i965: make use of nir_lower_returns() for GL

2016-12-21 Thread Timothy Arceri
Fixes two new piglit tests: spec/glsl-1.10/execution/vs-nested-return-sibling-loop.shader_test spec/glsl-1.10/execution/vs-nested-return-sibling-loop2.shader_test shader-db results for BDW: total instructions in shared programs: 12903158 -> 12903134 (-0.00%) instructions in affected programs: 27

[Mesa-dev] [PATCH 2/2] i965: make use of nir_lower_returns() for GL

2016-12-19 Thread Timothy Arceri
Fixes two new piglit tests: spec/glsl-1.10/execution/vs-nested-return-sibling-loop.shader_test spec/glsl-1.10/execution/vs-nested-return-sibling-loop2.shader_test shader-db results for BDW: total instructions in shared programs: 12903158 -> 12903134 (-0.00%) instructions in affected programs: 27

Re: [Mesa-dev] [PATCH 2/2] i965: make use of nir_lower_returns() for GL

2016-12-09 Thread Timothy Arceri
Updated shader-db numbers for BDW with recent shader-db: fills helped:   shaders/closed/steam/deus-ex-mankind- divided/306.shader_test CS SIMD16: 56 -> 53 (-5.36%) fills helped:   shaders/closed/steam/deus-ex-mankind- divided/206.shader_test CS SIMD16: 56 -> 53 (-5.36%) total instructions in shar

[Mesa-dev] [PATCH 2/2] i965: make use of nir_lower_returns() for GL

2016-12-08 Thread Timothy Arceri
total instructions in shared programs: 8673389 -> 8673371 (-0.00%) instructions in affected programs: 558 -> 540 (-3.23%) helped: 2 HURT: 0 total cycles in shared programs: 73195178 -> 73195104 (-0.00%) cycles in affected programs: 45680 -> 45606 (-0.16%) helped: 2 HURT: 1 --- src/mesa/drivers/dr