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
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to