[Mesa-dev] [PATCH] glapi: Duplicate GLES1 prototypes in glapi_dispatch.c

Matt Turner mattst88 at gmail.com
Fri May 30 13:59:31 PDT 2014


On Fri, May 30, 2014 at 1:57 PM, Ian Romanick <idr at freedesktop.org> wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> These prototypes are necessary because GLES1 library builds will create
> dispatch functions for them.  We can't directly include GLES/gl.h
> because it would conflict the previously-included GL/gl.h.  Since GLES1
> ABI is not expected to every add more functions, the path of least
> resistance is to just duplicate the prototypes for the functions that
> aren't already in desktop OpenGL.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=79294
> Cc: Andreas Boll <andreas.boll.dev at gmail.com>
> Cc: "10.2" <mesa-stable at lists.freedesktop.org>
> ---

Seems fine to me.

Acked-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list