Re: [Mesa-dev] [PATCH 8/8] intel/compiler: Lower SSBO and shared loads/stores in NIR

2018-11-15 Thread Samuel Iglesias Gonsálvez
On 14/11/2018 00:23, Jason Ekstrand wrote: > We have a bunch of code to do this in the back-end compiler but it's > fairly specific to typed surface messages and the way we emit them. > This breaks it out into NIR were it's easier to do things a bit more > generally. It also means we can easily

[Mesa-dev] [PATCH 8/8] intel/compiler: Lower SSBO and shared loads/stores in NIR

2018-11-13 Thread Jason Ekstrand
We have a bunch of code to do this in the back-end compiler but it's fairly specific to typed surface messages and the way we emit them. This breaks it out into NIR were it's easier to do things a bit more generally. It also means we can easily share the code between the bec4 and FS back-ends if w