| OLD | NEW |
| 1 Name: MesaLib | 1 Name: MesaLib |
| 2 Current version: 7.9 | 2 Current version: 7.9 |
| 3 URL: http://www.mesa3d.org/ | 3 URL: http://www.mesa3d.org/ |
| 4 License File: MesaLib/docs/COPYING | 4 License File: MesaLib/docs/COPYING |
| 5 | 5 |
| 6 This directory contains a copy of these MesaLib components: | 6 This directory contains a copy of these MesaLib components: |
| 7 | 7 |
| 8 Main Mesa code src/mesa/ | 8 Main Mesa code src/mesa/ |
| 9 Device drivers src/mesa/drivers/* | 9 Device drivers src/mesa/drivers/* |
| 10 Ext headers include/GL/glext.h | 10 Ext headers include/GL/glext.h |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 - Guarded #define PUBLIC in compiler.h to avoid warnings about macro | 68 - Guarded #define PUBLIC in compiler.h to avoid warnings about macro |
| 69 redefinitions. | 69 redefinitions. |
| 70 | 70 |
| 71 - Changed querymatrix.c to understand availability of fpclassify on | 71 - Changed querymatrix.c to understand availability of fpclassify on |
| 72 Linux. | 72 Linux. |
| 73 | 73 |
| 74 - Guarded all usage of EGL_Y_INVERTED_NOK with EGL_NOK_texture_from_pixmap | 74 - Guarded all usage of EGL_Y_INVERTED_NOK with EGL_NOK_texture_from_pixmap |
| 75 so that it can be compiled against standard EGL 1.4 headers. | 75 so that it can be compiled against standard EGL 1.4 headers. |
| 76 | 76 |
| 77 - Initialized uninitialized mask variable in eglconfig.c line 245. | 77 - Initialized uninitialized mask variable in eglconfig.c line 245. |
| 78 |
| 79 - Fixed compiler warning about cast to pointer from integer of different size |
| 80 in eglapi.c line 276. Replaced void* with EGLNativeDisplayType. |
| OLD | NEW |