OLD | NEW |
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 Loading... |
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 - Disable guard feature (/guard:no) for MS VC linker, as a known bug in VC |
| 74 linker (http://shortn/_m9vLk6Ao0L) causes a crash. |
OLD | NEW |