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

Issue 132873006: cc: Add zero-copy texture update support to delegating renderer. (Closed)

Created:
6 years, 11 months ago by reveman
Modified:
6 years, 11 months ago
Reviewers:
danakj, epenner, piman
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Add zero-copy texture update support to delegating renderer. This adds necessary BindTexImage/ReleaseTexImage calls to ResourceProvider::TransferResource. BUG=334747 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245460

Patch Set 1 #

Patch Set 2 : Remove swap-fence related changes. #

Total comments: 6

Patch Set 3 : address review feedback and add unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -33 lines) Patch
M cc/resources/resource_provider.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 2 5 chunks +34 lines, -10 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 2 13 chunks +102 lines, -23 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
reveman
6 years, 11 months ago (2014-01-16 02:06:05 UTC) #1
piman
What would it take to clean this properly? Counting "swaps" just isn't enough when you ...
6 years, 11 months ago (2014-01-16 02:29:57 UTC) #2
reveman
I removed all swap fence related code from this patch. While we need some synchronization ...
6 years, 11 months ago (2014-01-16 17:46:56 UTC) #3
danakj
https://codereview.chromium.org/132873006/diff/140001/cc/resources/resource_provider.cc File cc/resources/resource_provider.cc (right): https://codereview.chromium.org/132873006/diff/140001/cc/resources/resource_provider.cc#newcode1259 cc/resources/resource_provider.cc:1259: LazyCreate(source); Why this? You're transferring a resource that has ...
6 years, 11 months ago (2014-01-16 17:55:52 UTC) #4
danakj
Is it possible to add some tests to resource_provider_unittest.cc for these cases?
6 years, 11 months ago (2014-01-16 17:56:22 UTC) #5
piman
https://codereview.chromium.org/132873006/diff/140001/cc/resources/resource_provider.cc File cc/resources/resource_provider.cc (right): https://codereview.chromium.org/132873006/diff/140001/cc/resources/resource_provider.cc#newcode1259 cc/resources/resource_provider.cc:1259: LazyCreate(source); On 2014/01/16 17:55:52, danakj wrote: > Why this? ...
6 years, 11 months ago (2014-01-16 21:54:33 UTC) #6
piman
On Thu, Jan 16, 2014 at 9:46 AM, <reveman@chromium.org> wrote: > I removed all swap ...
6 years, 11 months ago (2014-01-16 21:58:03 UTC) #7
reveman
PTAL https://codereview.chromium.org/132873006/diff/140001/cc/resources/resource_provider.cc File cc/resources/resource_provider.cc (right): https://codereview.chromium.org/132873006/diff/140001/cc/resources/resource_provider.cc#newcode1259 cc/resources/resource_provider.cc:1259: LazyCreate(source); On 2014/01/16 17:55:52, danakj wrote: > Why ...
6 years, 11 months ago (2014-01-17 01:38:39 UTC) #8
piman
lgtm
6 years, 11 months ago (2014-01-17 02:16:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/132873006/220001
6 years, 11 months ago (2014-01-17 03:29:56 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=212988
6 years, 11 months ago (2014-01-17 03:50:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/132873006/220001
6 years, 11 months ago (2014-01-17 05:24:27 UTC) #12
commit-bot: I haz the power
6 years, 11 months ago (2014-01-17 07:12:12 UTC) #13
Message was sent while issue was closed.
Change committed as 245460

Powered by Google App Engine
This is Rietveld 408576698