| OLD | NEW |
| 1 Name: MesaLib | 1 Name: MesaLib |
| 2 Current version: 7.7 | 2 Current version: 7.7 |
| 3 URL: http://www.mesa3d.org/ | 3 URL: http://www.mesa3d.org/ |
| 4 | 4 |
| 5 This directory contains a copy of these MesaLib components: | 5 This directory contains a copy of these MesaLib components: |
| 6 | 6 |
| 7 Main Mesa code src/mesa/ | 7 Main Mesa code src/mesa/ |
| 8 Device drivers src/mesa/drivers/* | 8 Device drivers src/mesa/drivers/* |
| 9 Ext headers include/GL/glext.h | 9 Ext headers include/GL/glext.h |
| 10 include/GL/glxext.h | 10 include/GL/glxext.h |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 - Commented out this in gl.h: | 29 - Commented out this in gl.h: |
| 30 #if (defined(__BEOS__) && defined(__POWERPC__)) || defined(__QUICKDRAW__) | 30 #if (defined(__BEOS__) && defined(__POWERPC__)) || defined(__QUICKDRAW__) |
| 31 # define PRAGMA_EXPORT_SUPPORTED 1 | 31 # define PRAGMA_EXPORT_SUPPORTED 1 |
| 32 #endif | 32 #endif |
| 33 | 33 |
| 34 - Commented out this in osmesa.h: | 34 - Commented out this in osmesa.h: |
| 35 #if defined(__BEOS__) || defined(__QUICKDRAW__) | 35 #if defined(__BEOS__) || defined(__QUICKDRAW__) |
| 36 #pragma export on | 36 #pragma export on |
| 37 #endif | 37 #endif |
| 38 |
| 39 - Commented out this in gl.h: |
| 40 # define GLAPI __declspec(dllimport) |
| OLD | NEW |