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

Issue 5944001: Make Graphics3D::SwapBuffers take a completion callback (Closed)

Created:
10 years ago by piman
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, stuartmorgan+watch_chromium.org, brettw-cc_chromium.org, alokp, apatrick_chromium
Visibility:
Public.

Description

Make Graphics3D::SwapBuffers take a completion callback BUG=none TEST=with demo_simple_vertex_shader, rate control works Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70474

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase trunk #

Patch Set 3 : fix demo framework #

Patch Set 4 : Update to Alok's Context3D/Surface3D changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -19 lines) Patch
M chrome/renderer/render_view.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/demos/framework/pepper.cc View 1 2 3 3 chunks +20 lines, -10 lines 0 comments Download
M ppapi/cpp/dev/surface_3d_dev.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/cpp/dev/surface_3d_dev.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_surface_3d_impl.h View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_surface_3d_impl.cc View 1 2 3 3 chunks +32 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
piman
Alok: this is going towards the implementation of your bigger refactor, in particular it pipes ...
10 years ago (2010-12-16 02:14:58 UTC) #1
apatrick
http://codereview.chromium.org/5944001/diff/1/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc File chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc (right): http://codereview.chromium.org/5944001/diff/1/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc#newcode120 chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc:120: ggl::SetSwapBuffersCallback( Is there a danger that the callback will ...
10 years ago (2010-12-16 03:36:37 UTC) #2
piman
http://codereview.chromium.org/5944001/diff/1/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc File chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc (right): http://codereview.chromium.org/5944001/diff/1/chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc#newcode120 chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc:120: ggl::SetSwapBuffersCallback( On 2010/12/16 03:36:38, apatrick wrote: > Is there ...
10 years ago (2010-12-16 04:27:34 UTC) #3
apatrick
Thanks for the explanation. LGTM.
10 years ago (2010-12-16 18:43:54 UTC) #4
piman
PTAL. I missed the demo framework initially.
10 years ago (2010-12-17 05:05:29 UTC) #5
apatrick
Sorry for the delay. LGTM.
9 years, 11 months ago (2011-01-04 18:12:46 UTC) #6
piman
On Tue, Jan 4, 2011 at 10:12 AM, <apatrick@google.com> wrote: > Sorry for the delay. ...
9 years, 11 months ago (2011-01-04 22:27:48 UTC) #7
piman
PTAL, hopefully for the last time. I tested with the samples and it works, but ...
9 years, 11 months ago (2011-01-05 00:49:56 UTC) #8
apatrick
9 years, 11 months ago (2011-01-05 01:08:29 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698