Ported Chrome's WebGL implementation to Linux. Required changes to
GLEW's bootstrapping sequence on both X11 and Windows platforms to avoid linking against libGL.so.1 directly due to http://crbug.com/16800 . Made GLEW's inclusion of glu.h optional. Tested on Linux, Mac and Windows. BUG=http://crbug.com/21852 TEST=none (runs existing WebGL tests; more coming) Review URL: http://codereview.chromium.org/258024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28062 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- third_party/glew/README.chromium 12 additions, 3 deletionsthird_party/glew/README.chromium
- third_party/glew/include/GL/glew.h 1012 additions, 336 deletionsthird_party/glew/include/GL/glew.h
- third_party/glew/src/glew.c 741 additions, 7 deletionsthird_party/glew/src/glew.c
- webkit/api/src/GraphicsContext3D.cpp 149 additions, 9 deletionswebkit/api/src/GraphicsContext3D.cpp
- webkit/webkit.gyp 1 addition, 0 deletionswebkit/webkit.gyp
Loading
Please register or sign in to comment