| OLD | NEW |
| 1 This is Chrome's local copy of the GLEW library, which is currently | 1 This is Chrome's local copy of the GLEW library, which is currently |
| 2 used to interface to OpenGL and extensions to implement the WebGL | 2 used to interface to OpenGL and extensions to implement the WebGL |
| 3 specification. It is currently unmodified from the original | 3 specification. |
| 4 distribution. | 4 |
| 5 Compared to the original distribution, the implementation of |
| 6 NSGLGetProcAddress has been changed to use the standard dlfcn.h |
| 7 functions rather than the deprecated mach-o/dyld.h ones. |
| 5 | 8 |
| 6 Originally obtained from http://glew.sourceforge.net/ . The | 9 Originally obtained from http://glew.sourceforge.net/ . The |
| 7 LICENSE.txt from that distribution has been preserved here. | 10 LICENSE.txt from that distribution has been preserved here. |
| OLD | NEW |