diff options
Diffstat (limited to 'third_party/mesa/README.chromium')
-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 b9cd486..a4db4d8 100644 --- a/third_party/mesa/README.chromium +++ b/third_party/mesa/README.chromium @@ -41,3 +41,6 @@ Modifications made: - #ifdef out inline definitions of math functions that are present in VS2013's standard library. + +- #pragma optimize off around _swrast_write_zoomed_z_span, ICEing on + VS2013: http://crbug.com/348350. |