Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/mesa/README.chromium

Issue 1917603002: third_party/mesa: turn off ubsan_vptr, since it's compiled without rtti. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« build/config/sanitizers/BUILD.gn ('K') | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: mesa 1 Name: mesa
2 Version: 9.0.3 2 Version: 9.0.3
3 URL: http://www.mesa3d.org/ 3 URL: http://www.mesa3d.org/
4 License: MIT and LGPL v2 4 License: MIT and LGPL v2
5 Security Critical: Yes 5 Security Critical: Yes
6 6
7 Description: 7 Description:
8 This directory contains a copy of the Mesa sources with minor 8 This directory contains a copy of the Mesa sources with minor
9 modifications to work in Chromium's build infrastructure. 9 modifications to work in Chromium's build infrastructure.
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 framebuffer is bound 62 framebuffer is bound
63 63
64 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=27307a7 64 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=27307a7
65 65
66 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2458a4 66 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2458a4
67 67
68 - Statically link libstdc++ in chromecast build 68 - Statically link libstdc++ in chromecast build
69 69
70 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a6ec26 70 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a6ec26
71 Regenerated glsl_lexer.cc using Linux 3.13.0-63 (Ubuntu 14.04), Flex 2.5.39. 71 Regenerated glsl_lexer.cc using Linux 3.13.0-63 (Ubuntu 14.04), Flex 2.5.39.
72
73 - GN: disabled ubsan_vptr, since ubsan_vptr requires RTTI.
brettw 2016/04/27 22:03:24 I think the BUILD.gn file is ours rather than fork
krasin 2016/04/27 22:54:37 Done.
74 It was already disabled in GYP.
OLDNEW
« build/config/sanitizers/BUILD.gn ('K') | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698