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

Issue 219001: Incorporated initial WebGL implementation for Chrome, currently... (Closed)

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

Description

Incorporated initial WebGL implementation for Chrome, currently disabled in the build. Change ENABLE_3D_CANVAS to 1 in src/third_party/WebKit/WebKit/chromium/features.gypi and regenerate project files to compile. Current code is Windows-specific and requires the sandbox to be disabled. Follow-on work will add ports to other platforms and eventually work with the sandbox enabled. This CL follows https://bugs.webkit.org/show_bug.cgi?id=29664 . BUG=http://code.google.com/p/chromium/issues/detail?id=21852 TEST=none (runs preexisting WebGL layout tests; more coming) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27404

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 7

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29137 lines, -0 lines) Patch
A third_party/glew/LICENSE.txt View 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/glew/README.chromium View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/glew/README.txt View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/glew/include/GL/glew.h View 1 chunk +12262 lines, -0 lines 0 comments Download
A third_party/glew/include/GL/glxew.h View 1 chunk +1397 lines, -0 lines 0 comments Download
A third_party/glew/include/GL/wglew.h View 1 chunk +1165 lines, -0 lines 0 comments Download
A third_party/glew/src/glew.c View 1 chunk +12180 lines, -0 lines 0 comments Download
A webkit/api/src/GraphicsContext3D.cpp View 3 4 5 6 1 chunk +2012 lines, -0 lines 0 comments Download
M webkit/webkit.gyp View 1 2 3 4 5 6 7 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Ken Russell (Google)
11 years, 3 months ago (2009-09-23 01:07:58 UTC) #1
darin (slow to review)
I know I advised you to put this in webkit/glue earlier, but I think it ...
11 years, 3 months ago (2009-09-23 06:01:05 UTC) #2
Ken Russell (Google)
On 2009/09/23 06:01:05, darin wrote: > I know I advised you to put this in ...
11 years, 3 months ago (2009-09-23 20:37:12 UTC) #3
darin (slow to review)
looks good. just some minor style nits. also, The glew directory should contain a README.chromium ...
11 years, 3 months ago (2009-09-23 21:05:24 UTC) #4
Ken Russell (Google)
Added README.chromium. The capital "GL" is the standard directory name containing the OpenGL and related ...
11 years, 3 months ago (2009-09-24 05:49:22 UTC) #5
Ken Russell (Google)
New patch uploaded synchronizing with recent upstream changes.
11 years, 3 months ago (2009-09-25 22:58:58 UTC) #6
darin (slow to review)
I assume the printf logging is all temporary. We usually avoid using it. http://codereview.chromium.org/219001/diff/11001/11002 File ...
11 years, 3 months ago (2009-09-25 23:32:49 UTC) #7
Ken Russell (Google)
On 2009/09/25 23:32:49, darin wrote: > I assume the printf logging is all temporary. We ...
11 years, 3 months ago (2009-09-26 02:12:48 UTC) #8
darin (slow to review)
11 years, 3 months ago (2009-09-26 03:30:44 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698