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

Issue 258024: Ported Chrome's WebGL implementation to Linux. Required changes to... (Closed)

Created:
11 years, 2 months ago by Ken Russell (Google)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

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) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28062

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 17

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1915 lines, -355 lines) Patch
M third_party/glew/README.chromium View 1 2 3 1 chunk +12 lines, -3 lines 0 comments Download
M third_party/glew/include/GL/glew.h View 1 2 3 3 chunks +1012 lines, -336 lines 0 comments Download
M third_party/glew/src/glew.c View 1 2 3 11 chunks +741 lines, -7 lines 0 comments Download
M webkit/api/src/GraphicsContext3D.cpp View 1 2 3 7 chunks +149 lines, -9 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ken Russell (switch to Gerrit)
Please review. Thanks.
11 years, 2 months ago (2009-10-05 02:53:15 UTC) #1
darin (slow to review)
LG. just style nits: http://codereview.chromium.org/258024/diff/2001/3002 File webkit/api/src/GraphicsContext3D.cpp (right): http://codereview.chromium.org/258024/diff/2001/3002#newcode131 Line 131: static bool s_initializedGLEW; nit: ...
11 years, 2 months ago (2009-10-05 17:21:31 UTC) #2
Ken Russell (switch to Gerrit)
http://codereview.chromium.org/258024/diff/2001/3002 File webkit/api/src/GraphicsContext3D.cpp (right): http://codereview.chromium.org/258024/diff/2001/3002#newcode131 Line 131: static bool s_initializedGLEW; On 2009/10/05 17:21:31, darin wrote: ...
11 years, 2 months ago (2009-10-05 18:05:09 UTC) #3
darin (slow to review)
http://codereview.chromium.org/258024/diff/2001/3002 File webkit/api/src/GraphicsContext3D.cpp (right): http://codereview.chromium.org/258024/diff/2001/3002#newcode241 Line 241: , m_display(NULL) On 2009/10/05 18:05:09, kbr wrote: > ...
11 years, 2 months ago (2009-10-05 18:10:28 UTC) #4
darin (slow to review)
11 years, 2 months ago (2009-10-05 18:11:18 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698