Re: [Mesa-dev] [PATCH] r600: Allow egd_tables.py to run with python3 too

2018-01-10 Thread Michal Srb
On středa 10. ledna 2018 3:49:43 CET Dave Airlie wrote: > On 5 January 2018 at 01:14, Michal Srb wrote: > > From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= > > > > Makes the egd_tables.py compatible with both python 2 and 3. > > This appears to break the build here, I get a few () lines in the

Re: [Mesa-dev] [PATCH] r600: Allow egd_tables.py to run with python3 too

2018-01-09 Thread Dave Airlie
On 5 January 2018 at 01:14, Michal Srb wrote: > From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= > > Makes the egd_tables.py compatible with both python 2 and 3. This appears to break the build here, I get a few () lines in the output. I suspect print() needs to be print('') Dave. > --- > sr

[Mesa-dev] [PATCH] r600: Allow egd_tables.py to run with python3 too

2018-01-04 Thread Michal Srb
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Makes the egd_tables.py compatible with both python 2 and 3. --- src/gallium/drivers/r600/egd_tables.py | 52 +- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/gallium/drivers/r600/egd_tables.py