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
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
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
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