| 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: LGPL v2 |
| 4 License File: MesaLib/docs/COPYING | 5 License File: MesaLib/docs/COPYING |
| 5 Security Critical: Yes | 6 Security Critical: Yes |
| 6 | 7 |
| 7 Description: | 8 Description: |
| 8 This directory contains a copy of these MesaLib components: | 9 This directory contains a copy of these MesaLib components: |
| 9 | 10 |
| 10 Main Mesa code src/mesa/ | 11 Main Mesa code src/mesa/ |
| 11 Device drivers src/mesa/drivers/* | 12 Device drivers src/mesa/drivers/* |
| 12 Ext headers include/GL/glext.h | 13 Ext headers include/GL/glext.h |
| 13 include/GL/glxext.h | 14 include/GL/glxext.h |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 - Suppressed (accurate) compiler warnings about return type conflicts | 95 - Suppressed (accurate) compiler warnings about return type conflicts |
| 95 from gl_apinop.c. | 96 from gl_apinop.c. |
| 96 http://code.google.com/p/chromium/issues/detail?id=92568 | 97 http://code.google.com/p/chromium/issues/detail?id=92568 |
| 97 https://bugs.freedesktop.org/show_bug.cgi?id=40028 | 98 https://bugs.freedesktop.org/show_bug.cgi?id=40028 |
| 98 | 99 |
| 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) |
| OLD | NEW |