Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: third_party/glew/README.chromium

Issue 256037: Ported Chrome's WebGL implementation to Mac OS X. Removed code which... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/glew/src/glew.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « no previous file | third_party/glew/src/glew.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698