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

Issue 12335088: Move sync point from TransferResourceList to individual TransferResources (Closed)

Created:
7 years, 10 months ago by piman
Modified:
7 years, 9 months ago
Reviewers:
danakj, jschuh
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam
Visibility:
Public.

Description

Move sync point from TransferResourceList to individual TransferResources This allows better granularity for sync points, and saves waits for the mailbox-created resources. It also allows the ÜC patch to drop the problematic TransferResourceList::Merge BUG=146080 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184861

Patch Set 1 #

Patch Set 2 : fix test #

Total comments: 6

Patch Set 3 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -105 lines) Patch
M cc/compositor_frame_ack.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/delegated_frame_data.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/delegating_renderer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resource_provider.h View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M cc/resource_provider.cc View 6 chunks +39 lines, -26 lines 0 comments Download
M cc/resource_provider_unittest.cc View 12 chunks +36 lines, -34 lines 0 comments Download
M cc/texture_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/transferable_resource.h View 2 chunks +1 line, -8 lines 0 comments Download
M cc/transferable_resource.cc View 1 chunk +4 lines, -10 lines 0 comments Download
M content/common/cc_messages.h View 1 2 1 chunk +1 line, -5 lines 0 comments Download
M content/common/cc_messages_unittest.cc View 1 4 chunks +10 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
piman
danakj: please review jschuh: OWNERS for cc_messages.h Note: this CL assumes waitSyncPoint is cheap, which ...
7 years, 10 months ago (2013-02-26 06:44:23 UTC) #1
danakj
https://codereview.chromium.org/12335088/diff/4001/cc/resource_provider.cc File cc/resource_provider.cc (right): https://codereview.chromium.org/12335088/diff/4001/cc/resource_provider.cc#newcode745 cc/resource_provider.cc:745: GLC(context3d, context3d->waitSyncPoint(it->sync_point)); To make sure we're on the same ...
7 years, 10 months ago (2013-02-26 16:01:28 UTC) #2
danakj
LGTM
7 years, 10 months ago (2013-02-26 16:04:20 UTC) #3
piman
https://codereview.chromium.org/12335088/diff/4001/cc/resource_provider.cc File cc/resource_provider.cc (right): https://codereview.chromium.org/12335088/diff/4001/cc/resource_provider.cc#newcode745 cc/resource_provider.cc:745: GLC(context3d, context3d->waitSyncPoint(it->sync_point)); On 2013/02/26 16:01:28, danakj wrote: > To ...
7 years, 9 months ago (2013-02-26 23:09:27 UTC) #4
jschuh
On 2013/02/26 23:09:27, piman wrote: > https://codereview.chromium.org/12335088/diff/4001/cc/resource_provider.cc > File cc/resource_provider.cc (right): > > https://codereview.chromium.org/12335088/diff/4001/cc/resource_provider.cc#newcode745 > ...
7 years, 9 months ago (2013-02-27 01:30:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/12335088/1011
7 years, 9 months ago (2013-02-27 01:34:49 UTC) #6
commit-bot: I haz the power
7 years, 9 months ago (2013-02-27 03:32:17 UTC) #7
Message was sent while issue was closed.
Change committed as 184861

Powered by Google App Engine
This is Rietveld 408576698