| OLD | NEW |
| 1 Name: mesa | 1 Name: mesa |
| 2 Version: 7.9 | 2 Version: 7.9 |
| 3 URL: http://www.mesa3d.org/ | 3 URL: http://www.mesa3d.org/ |
| 4 License File: MesaLib/docs/COPYING | 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 these MesaLib components: | 8 This directory contains a copy of these MesaLib components: |
| 9 | 9 |
| 10 Main Mesa code src/mesa/ | 10 Main Mesa code src/mesa/ |
| 11 Device drivers src/mesa/drivers/* | 11 Device drivers src/mesa/drivers/* |
| 12 Ext headers include/GL/glext.h | 12 Ext headers include/GL/glext.h |
| 13 include/GL/glxext.h | 13 include/GL/glxext.h |
| 14 SGI GLU library src/glu/sgi/ | 14 SGI GLU library src/glu/sgi/ |
| 15 | 15 |
| 16 The license is in MesaLib/docs/license.html. | 16 The license file in this directory is derived from MesaLib/docs/license.html |
| 17 | 17 and MesaLib/docs/COPYING. |
| 18 |
| 18 Modifications made with initial commit: | 19 Modifications made with initial commit: |
| 19 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c | 20 - Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.c |
| 20 | 21 |
| 21 - Added the file README.chromium (this file) | 22 - Added the file README.chromium (this file) |
| 22 | 23 |
| 23 Later modifications (see chromium.patch): | 24 Later modifications (see chromium.patch): |
| 24 - Added OSMesaGetProcAddress to MesaLib/src/mesa/drivers/osmesa/osmesa.def | 25 - Added OSMesaGetProcAddress to MesaLib/src/mesa/drivers/osmesa/osmesa.def |
| 25 | 26 |
| 26 - Added #pragma optimize('', off) to: | 27 - Added #pragma optimize('', off) to: |
| 27 - MesaLib\src\mesa\main\histogram.c | 28 - MesaLib\src\mesa\main\histogram.c |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 - Merged fix for https://bugs.freedesktop.org/show_bug.cgi?id=51574 | 100 - Merged fix for https://bugs.freedesktop.org/show_bug.cgi?id=51574 |
| 100 (commit b1802a2115323233352da558430e109ff187b8af) | 101 (commit b1802a2115323233352da558430e109ff187b8af) |
| 101 | 102 |
| 102 - Merged the replacement of memcpy() with memmove() in SHIFT_ARRAY declared in | 103 - Merged the replacement of memcpy() with memmove() in SHIFT_ARRAY declared in |
| 103 s_span.c (commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a) | 104 s_span.c (commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a) |
| 104 | 105 |
| 105 - Suppressed the OOB read reported by AddressSanitizer in swizzle_for_size from | 106 - Suppressed the OOB read reported by AddressSanitizer in swizzle_for_size from |
| 106 ir_to_mesa.cpp | 107 ir_to_mesa.cpp |
| 107 https://code.google.com/p/chromium/issues/detail?id=139772 | 108 https://code.google.com/p/chromium/issues/detail?id=139772 |
| 108 https://bugs.freedesktop.org/show_bug.cgi?id=52996 | 109 https://bugs.freedesktop.org/show_bug.cgi?id=52996 |
| OLD | NEW |