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