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 |
11 The license file in this directory is derived from src/docs/license.html | 11 The license file in this directory is derived from src/docs/license.html |
12 and src/docs/COPYING. | 12 and src/docs/COPYING. |
13 | 13 |
14 Modifications made: | 14 Modifications made: |
15 - Added the file README.chromium (this file) | 15 - Added the file README.chromium (this file) |
16 | 16 |
17 - Disabled optimizations using #pragma optimize('', off) in the | 17 - Disabled optimizations using #pragma optimize('', off) in the |
18 following files: | 18 following files: |
19 - src/src/mesa/main/mipmap.c | 19 - src/src/mesa/main/mipmap.c |
20 - src/src/mesa/main/pack.c | 20 - src/src/mesa/main/pack.c |
21 - src/src/mesa/math/m_eval.c | 21 - src/src/mesa/math/m_eval.c |
22 - src/src/mesa/swrast/s_texcombine.c | 22 - src/src/mesa/swrast/s_texcombine.c |
23 | 23 |
24 - Checked in sources normally autogenerated during Mesa's build | 24 - Checked in sources normally autogenerated during Mesa's build |
25 process under src/chromium_gensrc. | 25 process under src/chromium_gensrc. |
26 | 26 |
| 27 - Checked in public headers normally autogenerated during Mesa's build |
| 28 process under include. |
| 29 |
27 - Modified _mesa_add_parameter to not read from uninitialized | 30 - Modified _mesa_add_parameter to not read from uninitialized |
28 memory | 31 memory |
29 | 32 |
30 - Added typedefs for EGLNative*Type in eglplatform.h, guarded by an | 33 - Added typedefs for EGLNative*Type in eglplatform.h, guarded by an |
31 __APPLE__ define | 34 __APPLE__ define |
32 | 35 |
33 - Modified glsl_strtod in src/glsl/strtod.c to use strtod instead of | 36 - Modified glsl_strtod in src/glsl/strtod.c to use strtod instead of |
34 strtod_l on Android | 37 strtod_l on Android |
35 | 38 |
36 - Added an #include for <assert.h> at the top of | 39 - Added an #include for <assert.h> at the top of |
(...skipping 21 matching lines...) Expand all Loading... |
58 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES) when no | 61 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES) when no |
59 framebuffer is bound | 62 framebuffer is bound |
60 | 63 |
61 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=27307a7 | 64 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=27307a7 |
62 | 65 |
63 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2458a4 | 66 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2458a4 |
64 | 67 |
65 - Statically link libstdc++ in chromecast build | 68 - Statically link libstdc++ in chromecast build |
66 | 69 |
67 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a6ec26 | 70 - Merge http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a6ec26 |
68 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. |
OLD | NEW |