| 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: 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 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/ |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 s_span.c (commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a) | 104 s_span.c (commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a) |
| 105 | 105 |
| 106 - 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 |
| 107 ir_to_mesa.cpp | 107 ir_to_mesa.cpp |
| 108 https://code.google.com/p/chromium/issues/detail?id=139772 | 108 https://code.google.com/p/chromium/issues/detail?id=139772 |
| 109 https://bugs.freedesktop.org/show_bug.cgi?id=52996 | 109 https://bugs.freedesktop.org/show_bug.cgi?id=52996 |
| 110 | 110 |
| 111 - Suppressed the OOB read reported by AddressSanitizer in _mesa_add_parameter | 111 - Suppressed the OOB read reported by AddressSanitizer in _mesa_add_parameter |
| 112 from prog_parameter.c | 112 from prog_parameter.c |
| 113 http://code.google.com/p/chromium/issues/detail?id=142316 | 113 http://code.google.com/p/chromium/issues/detail?id=142316 |
| 114 |
| 115 - Fix the compile errors on Android |
| OLD | NEW |