[Mesa-dev] [PATCH 13/15] st/mesa: use c99 initializer for st_gl_api

Emil Velikov emil.l.velikov at gmail.com
Thu Jun 9 14:12:27 UTC 2016


On 9 June 2016 at 11:50, Marek Olšák <maraeo at gmail.com> wrote:
> I think you need VMWare's permission to push this, as it depends on
> what MSVC can do.
>
I believe that this shouldn't be an issue as of

commit 1cadfe08c4109d2c117cbae2c82edee1293a8016
Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Thu Feb 11 11:07:33 2016 +0000

   configure: Eliminate MSVC2008 compatibility.

   We no longer need to build any part of Mesa with Windows SDK 7.0.7600 or
   MSVC 2008.  MSVC 2013 will be the oldest we support.


MSVC 2013 supports C99 initializers for simple structs, as seen in
this patch. Although more advanced ones including unions and/or
unnamed struct/unions were added with the 2015 one. That said I would
love if we can get a VMware person to ack/nack this patch.

Thanks
Emil


More information about the mesa-dev mailing list