Re: [Mesa-dev] [PATCH 00/10] glapi: Get rid of gles_api.py file.

2012-10-15 Thread Matt Turner
On Fri, Oct 12, 2012 at 12:53 PM, Paul Berry wrote: > This patch series gets rid of the file > src/mapi/glapi/gen/gles_api.py (which previously contained a list > of the functions exposed in GLES 1 and GLES 2). This information > is now stored in the XML files in src/mapi/glapi/gen/, using the >

[Mesa-dev] [PATCH 00/10] glapi: Get rid of gles_api.py file.

2012-10-12 Thread Paul Berry
This patch series gets rid of the file src/mapi/glapi/gen/gles_api.py (which previously contained a list of the functions exposed in GLES 1 and GLES 2). This information is now stored in the XML files in src/mapi/glapi/gen/, using the XML attributes "es1" and "es2". Patch 01 does some preliminary