Re: [Mesa-dev] [PATCH v3 00/15] cleanup anv_entrpoints_gen.py

2017-02-28 Thread Emil Velikov
On 27 February 2017 at 19:36, Emil Velikov wrote: > On 27 February 2017 at 19:20, Dylan Baker wrote: >> Quoting Emil Velikov (2017-02-26 10:26:24) >>> On 24 February 2017 at 18:21, Dylan Baker wrote: >>> > There are a number of small style cleanups and simplifications in this >>> > series, >>>

Re: [Mesa-dev] [PATCH v3 00/15] cleanup anv_entrpoints_gen.py

2017-02-27 Thread Emil Velikov
On 27 February 2017 at 19:20, Dylan Baker wrote: > Quoting Emil Velikov (2017-02-26 10:26:24) >> On 24 February 2017 at 18:21, 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

Re: [Mesa-dev] [PATCH v3 00/15] cleanup anv_entrpoints_gen.py

2017-02-27 Thread Dylan Baker
Quoting Emil Velikov (2017-02-26 10:26:24) > On 24 February 2017 at 18:21, 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 > > - b

Re: [Mesa-dev] [PATCH v3 00/15] cleanup anv_entrpoints_gen.py

2017-02-26 Thread Emil Velikov
On 24 February 2017 at 18:21, 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,

[Mesa-dev] [PATCH v3 00/15] cleanup anv_entrpoints_gen.py

2017-02-24 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)