summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-09-10 09:20:34 -0600
committerBrian Paul <brianp@vmware.com>2013-09-10 11:01:37 -0600
commit923d3467147dd301d94ed3e6b41295fb2bcd6f47 (patch)
treede9266674f4917d95fc31e744e72ccb882a42c84 /src/gallium/include/pipe
parent787ac4207e30a18b4286faa2140d06b6fb8daf36 (diff)
util: don't use _fxsave() with MSVC 2010 or older
And update _MSC_VER comments in p_config.h Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r--src/gallium/include/pipe/p_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h
index 1588a92e41b..9bccf327d85 100644
--- a/src/gallium/include/pipe/p_config.h
+++ b/src/gallium/include/pipe/p_config.h
@@ -58,6 +58,10 @@
/*
* Meaning of _MSC_VER value:
+ * - 1800: Visual Studio 2013
+ * - 1700: Visual Studio 2012
+ * - 1600: Visual Studio 2010
+ * - 1500: Visual Studio 2008
* - 1400: Visual C++ 2005
* - 1310: Visual C++ .NET 2003
* - 1300: Visual C++ .NET 2002