On Sun, Jun 25, 2017 at 7:32 AM, Nicolai Hähnle <[email protected]> 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 <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
