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

Alejandro Piñeiro apinheiro at igalia.com
Thu Jun 29 11:39:58 UTC 2017


On 25/06/17 20:18, Matt Turner wrote:
> 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.

For our late work (still not finished) we also need new definitions. If
your patch goes to master we would have one less local patch to care
about. As the patch got reviewed (below), is there anything preventing
the patch to be pushed?

>>
>> 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>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev



More information about the mesa-dev mailing list