[Mesa-dev] [PATCH 00/20] Automake cleanups and Cygwin fixes
Emil Velikov
emil.l.velikov at gmail.com
Sat Mar 8 12:37:44 PST 2014
On 04/03/14 21:12, Emil Velikov wrote:
> Hi all,
>
> An interesting cleanup series inspired by Jon Turney's tinderbox.
>
> Highlights:
> - Cleanup unused configure.ac variables dating from the static makefile days.
> - Use platform specific library extension for links generation.
> - Move all the link generation in three files.
> - Make check fix when building without direct rendering.
> - A few cosmetic configure.ac fixes.
> - And last but not least, always build mesa shared. Most of the build system
> assumed that already, so update the warning messages, and cleanup configure.
>
> An interesting point brought my Jon, is that Cygwin needs to link all the dri
> drivers agaist libglapi, which mesa explicitly does not do. AFAICS the idea
> is that the correct glapi should be loaded (statically or dl_open'ed) by the
> GL provider prior to managing the dri.
>
> Does anyone know the reason behind this ?
>
> The series can be found in the cygwin-fixes branch in my repo at
> https://github.com/evelikov/Mesa/
>
Just sent a few updates based on the feedback received. The full series
can be found in the cygwin-fixes-v2 branch.
With all patches but one (Patch 7.1/20) reviewed is there any objections
if I merge this within the next couple of days or would people like to
give them a test beforehand ?
Cheers,
-Emil
> Review and comments are greatly appreciated.
>
> Thanks
> Emil
>
More information about the mesa-dev
mailing list