Re: [Mesa-dev] [PATCH] glapi: Add positional argument specifier.

2015-05-07 Thread Vinson Lee
On Wed, May 6, 2015 at 4:35 PM, Ian Romanick i...@freedesktop.org wrote: On 05/06/2015 03:45 PM, Kenneth Graunke wrote: On Wednesday, May 06, 2015 12:48:30 PM Vinson Lee wrote: Fix build error introduced with commit 1c5a57a glapi/es3.1: Add support for GLES versions 3.0 with Python 2.7.

Re: [Mesa-dev] [PATCH] glapi: Add positional argument specifier.

2015-05-06 Thread Kenneth Graunke
On Wednesday, May 06, 2015 12:48:30 PM Vinson Lee wrote: Fix build error introduced with commit 1c5a57a glapi/es3.1: Add support for GLES versions 3.0 with Python 2.7. File src/mapi/glapi/gen/gl_genexec.py, line 230, in module printer.Print(api) File src/mapi/glapi/gen/gl_XML.py,

Re: [Mesa-dev] [PATCH] glapi: Add positional argument specifier.

2015-05-06 Thread Ian Romanick
On 05/06/2015 12:48 PM, Vinson Lee wrote: Fix build error introduced with commit 1c5a57a glapi/es3.1: Add support for GLES versions 3.0 with Python 2.7. File src/mapi/glapi/gen/gl_genexec.py, line 230, in module printer.Print(api) File src/mapi/glapi/gen/gl_XML.py, line 120, in

Re: [Mesa-dev] [PATCH] glapi: Add positional argument specifier.

2015-05-06 Thread Ian Romanick
On 05/06/2015 03:45 PM, Kenneth Graunke wrote: On Wednesday, May 06, 2015 12:48:30 PM Vinson Lee wrote: Fix build error introduced with commit 1c5a57a glapi/es3.1: Add support for GLES versions 3.0 with Python 2.7. File src/mapi/glapi/gen/gl_genexec.py, line 230, in module

[Mesa-dev] [PATCH] glapi: Add positional argument specifier.

2015-05-06 Thread Vinson Lee
Fix build error introduced with commit 1c5a57a glapi/es3.1: Add support for GLES versions 3.0 with Python 2.7. File src/mapi/glapi/gen/gl_genexec.py, line 230, in module printer.Print(api) File src/mapi/glapi/gen/gl_XML.py, line 120, in Print self.printBody(api) File