Re: [Mesa-dev] i965 NIR linking

2017-09-14 Thread Timothy Arceri
On 14/09/17 18:19, Eduardo Lima Mitev wrote: On 09/13/2017 01:37 AM, Timothy Arceri wrote: This started out based off the work Jason did back in 2015 to add NIR linking to the Intel VK driver. It needed a reasonable amount of updates to work with the GL driver, tess, xfb, etc. As per the resu

Re: [Mesa-dev] i965 NIR linking

2017-09-14 Thread Eduardo Lima Mitev
On 09/13/2017 01:37 AM, Timothy Arceri wrote: > This started out based off the work Jason did back in 2015 to add > NIR linking to the Intel VK driver. It needed a reasonable amount > of updates to work with the GL driver, tess, xfb, etc. > > As per the results in patch 8, it can provide some nice

[Mesa-dev] i965 NIR linking

2017-09-12 Thread Timothy Arceri
This started out based off the work Jason did back in 2015 to add NIR linking to the Intel VK driver. It needed a reasonable amount of updates to work with the GL driver, tess, xfb, etc. As per the results in patch 8, it can provide some nice improvements despite the GLSL IR linker already doing t