In v3 I addressed the last comments from Brian and Ian. Before committing the patchset would need another Reviewed-by besides Brian's.
This is also a candidate for the 9.0 branch. I've also pushed it to the g...@github.com:ideak/mesa.git dev branch. --Imre Imre Deak (8): glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section mesa: glGet: fix parameter lookup for apps using multiple APIs mesa: glGet: simplify the 'enum not found' condition mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML spec scons/android: add flag to check for enabled GL APIs mesa: glGet: add script to generate hash tables in build time mesa: glGet: use the build time generated hash tables mesa: glGet: remove the unused TYPE_API_MASK flags src/mapi/glapi/gen/gl_API.xml | 3 +- src/mesa/Android.gen.mk | 10 +- src/mesa/Android.mk | 9 +- src/mesa/Makefile.am | 12 + src/mesa/SConscript | 27 +- src/mesa/main/.gitignore | 2 + src/mesa/main/context.c | 5 +- src/mesa/main/get.c | 1052 ++--------------------------------- src/mesa/main/get_hash_generator.py | 214 +++++++ src/mesa/main/get_hash_params.py | 730 ++++++++++++++++++++++++ 10 files changed, 1028 insertions(+), 1036 deletions(-) create mode 100644 src/mesa/main/get_hash_generator.py create mode 100644 src/mesa/main/get_hash_params.py -- 1.7.9.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev