diff options
author | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-22 00:28:38 +0000 |
---|---|---|
committer | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-22 00:28:38 +0000 |
commit | 6cfa4e3c98345ddcd91d42b47723b7cf5fbd74cb (patch) | |
tree | e26c86640866dd7f91bc2cbc6a8bab0e8a5339f7 /third_party | |
parent | 2a7940012494e4fb2334b249bc1dd7ffad16abff (diff) | |
download | chromium_src-6cfa4e3c98345ddcd91d42b47723b7cf5fbd74cb.zip chromium_src-6cfa4e3c98345ddcd91d42b47723b7cf5fbd74cb.tar.gz chromium_src-6cfa4e3c98345ddcd91d42b47723b7cf5fbd74cb.tar.bz2 |
Roll mesa r240938:r252594
r252594: mesa compile fixes for Clang / VS2013
BUG=82385
R=marcheu@chromium.org, scottmg@chromium.org
Review URL: https://codereview.chromium.org/175173003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/mesa/README.chromium | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium index 7ed7fa8..b9cd486 100644 --- a/third_party/mesa/README.chromium +++ b/third_party/mesa/README.chromium @@ -38,3 +38,6 @@ Modifications made: - Fix a bug with Multiple Render Targets, see https://code.google.com/p/chromium/issues/detail?id=308715 + +- #ifdef out inline definitions of math functions that are present in + VS2013's standard library. |