Re: [Mesa-dev] [PATCH 02/10] glapi: Add es1 and es2 attributes to XML.

2012-10-15 Thread Ian Romanick
On 10/12/2012 12:53 PM, Paul Berry wrote: Currently, the set of functions which exist in GLES1 or GLES2 is determined by hardcoded lists of function names in gles_api.py. This patch encodes that information into the XML files using new attributes, es1 and es2. The es1 attribute denotes the firs

[Mesa-dev] [PATCH 02/10] glapi: Add es1 and es2 attributes to XML.

2012-10-12 Thread Paul Berry
Currently, the set of functions which exist in GLES1 or GLES2 is determined by hardcoded lists of function names in gles_api.py. This patch encodes that information into the XML files using new attributes, es1 and es2. The es1 attribute denotes the first version of GLES 1 in which the function ex