OSDN Git Service

configure: Eliminate MSVC2008 compatibility.
authorJose Fonseca <jfonseca@vmware.com>
Thu, 11 Feb 2016 11:07:33 +0000 (11:07 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Thu, 11 Feb 2016 21:36:00 +0000 (21:36 +0000)
commit1cadfe08c4109d2c117cbae2c82edee1293a8016
treebbfac8a76f79f2389e7d78a79068d9850cd515c6
parenta2c8b5ece5790825dba951c35e4c5aab003e3217
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.

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 void pointer
arithmetic.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Hella-acked-by: Ian Romanick <ian.d.romanick@intel.com>
configure.ac
src/gallium/auxiliary/Makefile.am
src/gallium/drivers/llvmpipe/Makefile.am
src/gallium/drivers/softpipe/Makefile.am
src/gallium/drivers/trace/Makefile.am
src/util/Makefile.am