[Mesa-dev] [PATCH 0/6] glapi: remove gen-es
Brian Paul
brian.e.paul at gmail.com
Thu Aug 11 07:27:50 PDT 2011
On Thu, Aug 11, 2011 at 3:44 AM, Chia-I Wu <olvaffe at gmail.com> wrote:
> 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.
I skimmed over the patches and the look OK to me. But you might want
to wait a day to see if anyone else comments.
Reviewed-by: Brian Paul <brianp at vmware.com>
-Brian
More information about the mesa-dev
mailing list