[Mesa-dev] [PATCH 00/13] glGet fixes

Matt Turner mattst88 at gmail.com
Mon Dec 10 14:29:34 PST 2012


The original glGet* fixes in the gles3 branch incorrectly allowed
querying data not available in ES 2 on ES 2. This was because I
misunderstood that the get.c extension checking code checks whether
the -driver- supports an extension rather than whether the extension
is supported and available under a particular API.

This series fixes this by creating a separate GLES3 hash table. For
each param in an apis: GLES2 block the python generator also inserts
it into the GLES 3 table.

Matt


More information about the mesa-dev mailing list