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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 - #pragma optimize off around _swrast_write_zoomed_z_span, ICEing on | 45 - #pragma optimize off around _swrast_write_zoomed_z_span, ICEing on |
46 VS2013: http://crbug.com/348350. | 46 VS2013: http://crbug.com/348350. |
47 | 47 |
48 - Disabled "#pragma export" usage in gl.h and osmesa.h, | 48 - Disabled "#pragma export" usage in gl.h and osmesa.h, |
49 https://bugs.freedesktop.org/show_bug.cgi?id=77749 | 49 https://bugs.freedesktop.org/show_bug.cgi?id=77749 |
50 | 50 |
51 - Porting to x64 Android. Remove redefinitions of log2 and log2f. | 51 - Porting to x64 Android. Remove redefinitions of log2 and log2f. |
52 https://codereview.chromium.org/216773005/ | 52 https://codereview.chromium.org/216773005/ |
53 | 53 |
54 - Excluded src/mapi/mapi/mapi.{h,c} from the build. | 54 - Excluded src/mapi/mapi/mapi.{h,c} from the build. |
| 55 |
| 56 - Backported f8e7aa2827e2bdb1ed238cbdd351be3c8a6e9b12 and |
| 57 e20a2df4017ab10dd7199936948c6ac809bfacb6 to fix issues with |
| 58 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES) when no |
| 59 framebuffer is bound |
OLD | NEW |