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

Issue 7566046: Add WebGraphicsContext support for readbacks from any framebuffer. (Closed)

Created:
9 years, 4 months ago by jbauman
Modified:
9 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium
Visibility:
Public.

Description

Add WebGraphicsContext support for readbacks from any framebuffer. This is needed for https://bugs.webkit.org/show_bug.cgi?id=65658 . BUG=55927 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95898

Patch Set 1 #

Total comments: 4

Patch Set 2 : change argument order #

Patch Set 3 : fix in-process default framebuffer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -19 lines) Patch
M content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc View 1 3 chunks +15 lines, -6 lines 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 3 chunks +15 lines, -6 lines 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_impl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/gpu/webgraphicscontext3d_in_process_impl.cc View 1 2 4 chunks +19 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jbauman
9 years, 4 months ago (2011-08-04 21:23:51 UTC) #1
Ken Russell (switch to Gerrit)
LGTM Given that we're passing in an externally allocated FBO I wonder whether this could ...
9 years, 4 months ago (2011-08-04 22:55:07 UTC) #2
jbauman
On 2011/08/04 22:55:07, kbr wrote: > LGTM > > Given that we're passing in an ...
9 years, 4 months ago (2011-08-04 23:18:33 UTC) #3
jbauman
http://codereview.chromium.org/7566046/diff/1/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc File content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc (right): http://codereview.chromium.org/7566046/diff/1/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc#newcode274 content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc:274: } On 2011/08/04 22:55:07, kbr wrote: > Do you ...
9 years, 4 months ago (2011-08-04 23:20:21 UTC) #4
Ken Russell (switch to Gerrit)
LGTM
9 years, 4 months ago (2011-08-08 18:54:15 UTC) #5
commit-bot: I haz the power
9 years, 4 months ago (2011-08-08 22:53:25 UTC) #6
Change committed as 95898

Powered by Google App Engine
This is Rietveld 408576698