Re: [Mesa-dev] [PATCH v2] isl: Replace bash generator with python generator

2016-06-10 Thread Jason Ekstrand
On Fri, Jun 10, 2016 at 1:16 PM, Emil Velikov wrote: > On 10 June 2016 at 01:31, Dylan Baker wrote: > > This replaces the current bash generator with a python based generator > > using mako. It's quite fast and works with both python 2.7 and python > > 3.5, and should work with 3.3+ and maybe ev

Re: [Mesa-dev] [PATCH v2] isl: Replace bash generator with python generator

2016-06-10 Thread Emil Velikov
On 10 June 2016 at 01:31, Dylan Baker wrote: > This replaces the current bash generator with a python based generator > using mako. It's quite fast and works with both python 2.7 and python > 3.5, and should work with 3.3+ and maybe even 3.2. > > It produces an almost identical file except for a m

[Mesa-dev] [PATCH v2] isl: Replace bash generator with python generator

2016-06-09 Thread Dylan Baker
This replaces the current bash generator with a python based generator using mako. It's quite fast and works with both python 2.7 and python 3.5, and should work with 3.3+ and maybe even 3.2. It produces an almost identical file except for a minor layout changes, and the addition of a "generated f