On 25/06/17 20:18, Matt Turner wrote:
> On Sun, Jun 25, 2017 at 7:32 AM, Nicolai Hähnle <nhaeh...@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 <matts...@gmail.com>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to