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

Issue 8678001: Commit Pepper backing texture immediately on swapbuffers. (Closed)

Created:
9 years, 1 month ago by jbauman
Modified:
9 years, 1 month ago
Reviewers:
nfullagar, piman
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Commit Pepper backing texture immediately on swapbuffers. There's no need to wait for the GPU process to finish processing the commands before we inform the compositor and allow it to composite, so inform it immediately on swapbuffers. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111483

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -13 lines) Patch
M webkit/plugins/ppapi/ppb_graphics_3d_impl.cc View 2 chunks +17 lines, -13 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
jbauman
9 years, 1 month ago (2011-11-23 05:30:55 UTC) #1
piman
http://codereview.chromium.org/8678001/diff/1/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc File webkit/plugins/ppapi/ppb_graphics_3d_impl.cc (right): http://codereview.chromium.org/8678001/diff/1/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc#newcode176 webkit/plugins/ppapi/ppb_graphics_3d_impl.cc:176: ResourceHelper::GetPluginInstance(this)->CommitBackingTexture(); This part is good, but you'll want to ...
9 years, 1 month ago (2011-11-23 06:41:49 UTC) #2
jbauman
On 2011/11/23 06:41:49, piman wrote: > http://codereview.chromium.org/8678001/diff/1/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc > File webkit/plugins/ppapi/ppb_graphics_3d_impl.cc (right): > > http://codereview.chromium.org/8678001/diff/1/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc#newcode176 > ...
9 years, 1 month ago (2011-11-23 07:06:20 UTC) #3
piman
On 2011/11/23 07:06:20, jbauman wrote: > On 2011/11/23 06:41:49, piman wrote: > > > http://codereview.chromium.org/8678001/diff/1/webkit/plugins/ppapi/ppb_graphics_3d_impl.cc ...
9 years, 1 month ago (2011-11-23 07:35:28 UTC) #4
jbauman
On 2011/11/23 07:35:28, piman wrote: > On 2011/11/23 07:06:20, jbauman wrote: > > On 2011/11/23 ...
9 years, 1 month ago (2011-11-23 08:15:18 UTC) #5
piman
On Wed, Nov 23, 2011 at 12:15 AM, <jbauman@chromium.org> wrote: > On 2011/11/23 07:35:28, piman ...
9 years, 1 month ago (2011-11-23 08:45:21 UTC) #6
jbauman
Ok, that race probably wasn't possible on NaCl, for various NaCl-specific reasons. Anyway, it should ...
9 years, 1 month ago (2011-11-24 01:16:42 UTC) #7
piman
On 2011/11/24 01:16:42, jbauman wrote: > Ok, that race probably wasn't possible on NaCl, for ...
9 years, 1 month ago (2011-11-24 01:32:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/8678001/1
9 years, 1 month ago (2011-11-24 01:36:20 UTC) #9
commit-bot: I haz the power
9 years, 1 month ago (2011-11-24 02:39:14 UTC) #10
Change committed as 111483

Powered by Google App Engine
This is Rietveld 408576698