Re: [Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-27 Thread Dylan Baker
Quoting Emil Velikov (2016-04-21 06:16:20) > From: Emil Velikov > > Rather than parsing through the same files (public headers) twice, tweak > the python script to create both files at the same time. > > Chances are that if the public headers change, both files will need to > be regenerated. >

Re: [Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-25 Thread Emil Velikov
On 22 April 2016 at 19:02, Emil Velikov wrote: > On 22 April 2016 at 18:52, Jason Ekstrand wrote: >> On Fri, Apr 22, 2016 at 10:27 AM, Emil Velikov >> wrote: >>> >>> On 22 April 2016 at 04:36, Kristian Høgsberg wrote: >>> > On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov >>> > wrote: >>> >> On 2

Re: [Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-22 Thread Emil Velikov
On 22 April 2016 at 18:52, Jason Ekstrand wrote: > On Fri, Apr 22, 2016 at 10:27 AM, Emil Velikov > wrote: >> >> On 22 April 2016 at 04:36, Kristian Høgsberg wrote: >> > On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov >> > wrote: >> >> On 21 April 2016 at 22:50, Jason Ekstrand wrote: >> >>> On T

Re: [Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-22 Thread Jason Ekstrand
On Fri, Apr 22, 2016 at 10:27 AM, Emil Velikov wrote: > On 22 April 2016 at 04:36, Kristian Høgsberg wrote: > > On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov > wrote: > >> On 21 April 2016 at 22:50, Jason Ekstrand wrote: > >>> On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov < > emil.l.veli...@gm

Re: [Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-22 Thread Emil Velikov
On 22 April 2016 at 04:36, Kristian Høgsberg wrote: > On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov > wrote: >> On 21 April 2016 at 22:50, Jason Ekstrand wrote: >>> On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov >>> wrote: From: Emil Velikov Rather than parsing through the

Re: [Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-21 Thread Kristian Høgsberg
On Thu, Apr 21, 2016 at 5:18 PM, Emil Velikov wrote: > On 21 April 2016 at 22:50, Jason Ekstrand wrote: >> On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov >> wrote: >>> >>> From: Emil Velikov >>> >>> Rather than parsing through the same files (public headers) twice, tweak >>> the python script to

Re: [Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-21 Thread Emil Velikov
On 21 April 2016 at 22:50, Jason Ekstrand wrote: > On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov > wrote: >> >> From: Emil Velikov >> >> Rather than parsing through the same files (public headers) twice, tweak >> the python script to create both files at the same time. > > > Yes, but it takes al

Re: [Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-21 Thread Jason Ekstrand
On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov wrote: > From: Emil Velikov > > Rather than parsing through the same files (public headers) twice, tweak > the python script to create both files at the same time. > Yes, but it takes almost zero time to generate them and it's going to run in parall

[Mesa-dev] [PATCH 20/25] anv: minor tweak in the generation script

2016-04-21 Thread Emil Velikov
From: Emil Velikov Rather than parsing through the same files (public headers) twice, tweak the python script to create both files at the same time. Chances are that if the public headers change, both files will need to be regenerated. Note to the python masters: this patch aims to be the least