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
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
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