Re: [Mesa-dev] Uniform packing for radeonsi NIR

2018-03-19 Thread Timothy Arceri
Ping? Would be good to get this in, some of the patches can be painful to rebase. On 14/03/18 17:01, Timothy Arceri wrote: I've dusted off my old uniform packing patches and made it work with the radeonsi NIR backend. This was much simpler than the messing around needed for tgsi (which I never

[Mesa-dev] Uniform packing for radeonsi NIR

2018-03-13 Thread Timothy Arceri
I've dusted off my old uniform packing patches and made it work with the radeonsi NIR backend. This was much simpler than the messing around needed for tgsi (which I never got fully working). One thing to note is we don't do packing from asm programs because there is currently no Mesa IR to NIR pa