Re: [Mesa-dev] [PATCH 1/3] configure: Eliminate MSVC2008 compatibility.

2016-02-11 Thread Ian Romanick
On 02/11/2016 05:02 AM, Jose Fonseca wrote: > 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. > > In practice this means people are now free to declare variables in the > middle of blocks, on the whole Mesa tree. \o/

Re: [Mesa-dev] [PATCH 1/3] configure: Eliminate MSVC2008 compatibility.

2016-02-11 Thread Roland Scheidegger
Am 11.02.2016 um 14:02 schrieb Jose Fonseca: > 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. > > In practice this means people are now free to declare variables in the > middle of blocks, on the whole Mesa tree. > >

Re: [Mesa-dev] [PATCH 1/3] configure: Eliminate MSVC2008 compatibility.

2016-02-11 Thread Brian Paul
Series looks good to me, AFAICT. Though, we should probably mention the MSVC 2013+ requirement in the documentation, and in the 11.2.0 release notes. I can do that. -Brian On 02/11/2016 06:02 AM, Jose Fonseca wrote: We no longer need to build any part of Mesa with Windows SDK 7.0.7600 or MS

[Mesa-dev] [PATCH 1/3] configure: Eliminate MSVC2008 compatibility.

2016-02-11 Thread Jose Fonseca
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. In practice this means people are now free to declare variables in the middle of blocks, on the whole Mesa tree. Care should still be taken with variable length arrays and