Re: [Mesa-dev] [PATCH 0/5] NIR opcodes and constant folding

2015-01-20 Thread Jason Ekstrand
Connor, You mentioned commit access. I'll try and poke someone, but if you resend with changes, I can get it pushed. --Jason On Tue, Jan 20, 2015 at 11:45 AM, Jason Ekstrand wrote: > There's still some cleanups needed for 2/5. The rest is > Reviewed-by: Jason Ekstrand > > > On Fri, Jan 16, 20

Re: [Mesa-dev] [PATCH 0/5] NIR opcodes and constant folding

2015-01-20 Thread Jason Ekstrand
There's still some cleanups needed for 2/5. The rest is Reviewed-by: Jason Ekstrand On Fri, Jan 16, 2015 at 1:53 PM, Connor Abbott wrote: > Oh, and I forgot... the series is also available at > > https://github.com/cwabbott0/mesa nir-opcodes-cleanup > > On Fri, Jan 16, 2015 at 4:46 PM, Connor

Re: [Mesa-dev] [PATCH 0/5] NIR opcodes and constant folding

2015-01-16 Thread Connor Abbott
Oh, and I forgot... the series is also available at https://github.com/cwabbott0/mesa nir-opcodes-cleanup On Fri, Jan 16, 2015 at 4:46 PM, Connor Abbott wrote: > Hi, > > This is a series I had floating around a while. The idea is to have all the > opcode stuff, including constant folding, derive

[Mesa-dev] [PATCH 0/5] NIR opcodes and constant folding

2015-01-16 Thread Connor Abbott
Hi, This is a series I had floating around a while. The idea is to have all the opcode stuff, including constant folding, derived from a single Python file. I've cleaned it up a little by using {}-style Python formatting instead of the pile of text-replacement and regular expressions we had before