Re: [Mesa-dev] [RESEND v4 00/16] cleanup anv_entrpoints_gen.py

2017-03-21 Thread Dylan Baker
Quoting Dylan Baker (2017-03-20 09:51:58) > Quoting Emil Velikov (2017-03-20 08:11:58) > > On 8 March 2017 at 18:11, Emil Velikov wrote: > > > On 7 March 2017 at 21:14, Dylan Baker wrote: > > >> There are a number of small style cleanups and simplifications in this > > >> series, > > >> but the

Re: [Mesa-dev] [RESEND v4 00/16] cleanup anv_entrpoints_gen.py

2017-03-20 Thread Dylan Baker
Quoting Emil Velikov (2017-03-20 08:11:58) > On 8 March 2017 at 18:11, Emil Velikov wrote: > > On 7 March 2017 at 21:14, Dylan Baker wrote: > >> There are a number of small style cleanups and simplifications in this > >> series, > >> but the main changes are: > >> - use a mako template to gener

Re: [Mesa-dev] [RESEND v4 00/16] cleanup anv_entrpoints_gen.py

2017-03-20 Thread Emil Velikov
On 8 March 2017 at 18:11, Emil Velikov wrote: > On 7 March 2017 at 21:14, Dylan Baker wrote: >> There are a number of small style cleanups and simplifications in this >> series, >> but the main changes are: >> - use a mako template to generate the header and code rather than prints >> - be pyt

Re: [Mesa-dev] [RESEND v4 00/16] cleanup anv_entrpoints_gen.py

2017-03-08 Thread Emil Velikov
On 7 March 2017 at 21:14, Dylan Baker wrote: > There are a number of small style cleanups and simplifications in this series, > but the main changes are: > - use a mako template to generate the header and code rather than prints > - be python 3.x ready (the goal isn't to write python 3 code, but

[Mesa-dev] [RESEND v4 00/16] cleanup anv_entrpoints_gen.py

2017-03-07 Thread Dylan Baker
There are a number of small style cleanups and simplifications in this series, but the main changes are: - use a mako template to generate the header and code rather than prints - be python 3.x ready (the goal isn't to write python 3 code, but to write code that is easy to port or hybridize)