Re: [Mesa-dev] [PATCH 0/6] nir: Implement a load-combine pass

2016-04-26 Thread Eduardo Lima Mitev
Hi, Any chance to get this looked at? Thanks! Eduardo On 04/14/2016 06:52 PM, Eduardo Lima Mitev wrote: > Hi, > > This is a series adding a new NIR pass that will combine redundant SSBO, > shared variable and image load instructions. It is based on a previous series > that Iago Toral [1] sent

Re: [Mesa-dev] [PATCH 0/6] nir: Implement a load-combine pass

2016-04-14 Thread Eduardo Lima Mitev
On 04/14/2016 06:52 PM, Eduardo Lima Mitev wrote: > Hi, > > This is a series adding a new NIR pass that will combine redundant SSBO, > shared variable and image load instructions. It is based on a previous series > that Iago Toral [1] sent a few months ago, which I have updated to account > for

[Mesa-dev] [PATCH 0/6] nir: Implement a load-combine pass

2016-04-14 Thread Eduardo Lima Mitev
Hi, This is a series adding a new NIR pass that will combine redundant SSBO, shared variable and image load instructions. It is based on a previous series that Iago Toral [1] sent a few months ago, which I have updated to account for changes in NIR since then, and also added support for shared