Re: [Mesa-dev] [PATCH 00/25] i965: Scalar back-end support for SIMD32, part 4.

2016-05-30 Thread Jason Ekstrand
On Sun, May 29, 2016 at 12:01 PM, Francisco Jerez wrote: > Francisco Jerez writes: > > > Jason Ekstrand writes: > > > >> On Fri, May 27, 2016 at 7:05 PM, Francisco Jerez > > >> wrote: > >> > >>> This fixes the few code quality regressions from the previous series > >>> enabling SIMD32 CS codeg

Re: [Mesa-dev] [PATCH 00/25] i965: Scalar back-end support for SIMD32, part 4.

2016-05-29 Thread Francisco Jerez
Francisco Jerez writes: > Jason Ekstrand writes: > >> On Fri, May 27, 2016 at 7:05 PM, Francisco Jerez >> wrote: >> >>> This fixes the few code quality regressions from the previous series >>> enabling SIMD32 CS codegen in the back-end -- AFAICT by the end of the >>> series we can finally enabl

Re: [Mesa-dev] [PATCH 00/25] i965: Scalar back-end support for SIMD32, part 4.

2016-05-29 Thread Jason Ekstrand
On May 29, 2016 2:18 AM, "Francisco Jerez" wrote: > > Jason Ekstrand writes: > > > On Fri, May 27, 2016 at 7:05 PM, Francisco Jerez > > wrote: > > > >> This fixes the few code quality regressions from the previous series > >> enabling SIMD32 CS codegen in the back-end -- AFAICT by the end of the

Re: [Mesa-dev] [PATCH 00/25] i965: Scalar back-end support for SIMD32, part 4.

2016-05-29 Thread Francisco Jerez
Jason Ekstrand writes: > On Fri, May 27, 2016 at 7:05 PM, Francisco Jerez > wrote: > >> This fixes the few code quality regressions from the previous series >> enabling SIMD32 CS codegen in the back-end -- AFAICT by the end of the >> series we can finally enable GL 4.3 on all Gen8+ hardware. >>

Re: [Mesa-dev] [PATCH 00/25] i965: Scalar back-end support for SIMD32, part 4.

2016-05-28 Thread Jason Ekstrand
On Fri, May 27, 2016 at 7:05 PM, Francisco Jerez wrote: > This fixes the few code quality regressions from the previous series > enabling SIMD32 CS codegen in the back-end -- AFAICT by the end of the > series we can finally enable GL 4.3 on all Gen8+ hardware. > > Patches 1-8 delay the SIMD lower

Re: [Mesa-dev] [PATCH 00/25] i965: Scalar back-end support for SIMD32, part 4.

2016-05-28 Thread Jason Ekstrand
On Fri, May 27, 2016 at 7:05 PM, Francisco Jerez wrote: > This fixes the few code quality regressions from the previous series > enabling SIMD32 CS codegen in the back-end -- AFAICT by the end of the > series we can finally enable GL 4.3 on all Gen8+ hardware. > > Patches 1-8 delay the SIMD lower

[Mesa-dev] [PATCH 00/25] i965: Scalar back-end support for SIMD32, part 4.

2016-05-27 Thread Francisco Jerez
This fixes the few code quality regressions from the previous series enabling SIMD32 CS codegen in the back-end -- AFAICT by the end of the series we can finally enable GL 4.3 on all Gen8+ hardware. Patches 1-8 delay the SIMD lowering pass after the bulk of optimization passes have been run, which