Re: [Mesa-dev] [PATCH 14/15] glapi: Setup autogeneration infrastructure for KHR_debug

2013-09-04 Thread Ian Romanick
For new extensions, we've been adding the entry points to a new, per-extension, .xml file. More comments below. On 08/26/2013 03:43 AM, Timothy Arceri wrote: > > Signed-off-by: Timothy Arceri > --- > src/mapi/glapi/gen/gl_API.xml| 149 > +- > src/mapi/

Re: [Mesa-dev] [PATCH 14/15] glapi: Setup autogeneration infrastructure for KHR_debug

2013-09-04 Thread Paul Berry
On 26 August 2013 03:43, Timothy Arceri wrote: > > Signed-off-by: Timothy Arceri > --- > src/mapi/glapi/gen/gl_API.xml| 149 > +- > src/mapi/glapi/gen/gl_genexec.py |1 + > 2 files changed, 149 insertions(+), 1 deletion(-) > > diff --git a/src/mapi/g

[Mesa-dev] [PATCH 14/15] glapi: Setup autogeneration infrastructure for KHR_debug

2013-08-26 Thread Timothy Arceri
Signed-off-by: Timothy Arceri --- src/mapi/glapi/gen/gl_API.xml| 149 +- src/mapi/glapi/gen/gl_genexec.py |1 + 2 files changed, 149 insertions(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 82b908f