Re: [Mesa-dev] [PATCH 00/10] i965/fs: Optimize interpolation setup

2015-04-17 Thread Jason Ekstrand
I've made a few small comments. One more thing that I'd like to see is if you could hack up a patch on top to force SIMD8 and do a jenkins run with that as well. I'm a little nervous about how invasive the change is. With that done and the 2 or 3 comments addressed, the series is Reviewed-by: J

[Mesa-dev] [PATCH 00/10] i965/fs: Optimize interpolation setup

2015-04-14 Thread Matt Turner
This series fixes the interpolation setup code to let us emit PLN instructions on G45 and Gen5 in SIMD16. On Gen5, this cuts 6.68% of instructions from 11k (SIMD16) programs. Available from git://people.freedesktop.org/~mattst88/mesa gen5-pln ___ mes