Hi list, This patch series removes the gen-es subdirectory of glapi. In gen-es/, there are two sets of GLAPI XMLs for GLESv1 and GLESv2 respectively, and rules to generate headers for GLES on the fly.
To be able to get rid of the two sets of GLAPI XMLs, a new python file is added to describe the names of GLESv2 and GLESv2 entry points. Ultimately, we want to incorporate that info into GLAPI XML. But it is not trivial to do. While this solution is not perfect, it is still far better than maintaining two more copies of GLAPI XMLs. And to get rid of the rules for header generation, a new helper file, glapi_gen.mk is added. Users of glapi that need to generate the headers on the fly is supposed to include the helper file to simplify the task. The last patch is not sent out due to its size. All it does is to removes gen-es subdirectory, which saves us 13 files changed, 0 insertions(+), 7703 deletions(-) Please review. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev