[Mesa-dev] Updating Khronos-supplied headers (and gl.xml)

Matt Turner mattst88 at gmail.com
Sun Jun 25 18:18:48 UTC 2017


On Sun, Jun 25, 2017 at 7:32 AM, Nicolai Hähnle <nhaehnle at gmail.com> wrote:
> Hi all,
>
> For the ARB_gl_spirv work I need some new definitions from the Khronos
> headers, and I'd like to push the corresponding update to our master branch
> already.
>
> The patch is rather big, so I'm posting it here:
> https://cgit.freedesktop.org/~nh/mesa/commit/?h=khronos-update&id=aa846e6b55179736b99493fcdc45d80cdabbcaf2
>
> I'm not sure why some of the files grew by quite so much, but my
> understanding is that we take the files verbatim from Khronos, so that's
> just the way it is.
>
> I've had the patch in my local tree without issues for a while. Please
> review!

in glxext.h:

-#ifdef BUILDING_MESA
-/* Avoid uint <-> void* warnings */
-typedef unsigned long GLhandleARB;
-#else
typedef void *GLhandleARB;
-#endif

Other than that, I didn't see that we have any changes to files.

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


More information about the mesa-dev mailing list