On Fri, 14 Dec 2018 at 14:56, Jon Turney <[email protected]> wrote: > > Sadly, the GLX_USE_APPLEGL and GLX_USE_WINDOWSGL cases are not identical > (because GLX_USE_WINDOWSGL uses vtables rather than a maze of ifdefs) > > Include <sys/time.h> again, as functions prototyped by it are used in > the GLX_USE_WINDOWSGL path. > > Make the include guard around the __glxGetMscRate() definition match the > one at it's declaration again, as it's referenced from dri_common.c > which is built for GLX_USE_WINDOWSGL. > > Cc: Emil Velikov <[email protected]> > Fixes: a95ec138 ("glx: mandate xf86vidmode only for "drm" dri platforms") > Signed-off-by: Jon Turney <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Jon, when you have some time, can you please write a Travis config for Cygwin. This way we can do some basic checks a bit easier. If/when we move to gitlab CI we can simply copy it over ;-) Thanks Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
