Patches 2 & 3 are Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>
I don't know anything about the MSVC build system, so I can't really comment about patch 1. On 01/07/2014 02:38 PM, Thomas Sondergaard wrote: > --- > common.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common.py b/common.py > index 1d618e6..22c1725 100644 > --- a/common.py > +++ b/common.py > @@ -100,4 +100,4 @@ def AddOptions(opts): > opts.Add(BoolOption('quiet', 'DEPRECATED: profile build', 'yes')) > opts.Add(BoolOption('texture_float', 'enable floating-point textures > and renderbuffers', 'no')) > if host_platform == 'windows': > - opts.Add(EnumOption('MSVC_VERSION', 'MS Visual C++ version', > None, allowed_values=('7.1', '8.0', '9.0', '10.0', '11.0'))) > + opts.Add(EnumOption('MSVC_VERSION', 'MS Visual C++ version', > None, allowed_values=('7.1', '8.0', '9.0', '10.0', '11.0', '12.0'))) > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev