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

Issue 12185008: cc: Disable partial updates when impl-side painting is used. (Closed)

Created:
7 years, 10 months ago by reveman
Modified:
7 years, 10 months ago
Reviewers:
nduca, enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Disable partial updates when impl-side painting is used. This prevents us from updating textures currently in use by active tree before tree activation. BUG=173886 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182218

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M cc/layer_tree_host.cc View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 12 (0 generated)
reveman
This is not urgent but I figured I might as well get this done so ...
7 years, 10 months ago (2013-02-03 03:47:44 UTC) #1
danakj
https://codereview.chromium.org/12185008/diff/1/cc/layer_tree_host.cc File cc/layer_tree_host.cc (right): https://codereview.chromium.org/12185008/diff/1/cc/layer_tree_host.cc#newcode161 cc/layer_tree_host.cc:161: maxPartialTextureUpdates = std::min(m_settings.maxPartialTextureUpdates, m_proxy->maxPartialTextureUpdates()); Would it be better to ...
7 years, 10 months ago (2013-02-03 18:24:15 UTC) #2
nduca
I dont think that makes sense. I think the way david did it is correct.
7 years, 10 months ago (2013-02-04 23:20:06 UTC) #3
nduca
(Otherwise, its encoding nonorthogonal "if this variable is true, this variable must be zeor" into ...
7 years, 10 months ago (2013-02-04 23:20:40 UTC) #4
danakj
On 2013/02/04 23:20:40, nduca wrote: > (Otherwise, its encoding nonorthogonal "if this variable is true, ...
7 years, 10 months ago (2013-02-04 23:35:52 UTC) #5
enne (OOO)
lgtm https://codereview.chromium.org/12185008/diff/1/cc/layer_tree_host.cc File cc/layer_tree_host.cc (right): https://codereview.chromium.org/12185008/diff/1/cc/layer_tree_host.cc#newcode161 cc/layer_tree_host.cc:161: maxPartialTextureUpdates = std::min(m_settings.maxPartialTextureUpdates, m_proxy->maxPartialTextureUpdates()); On 2013/02/03 18:24:15, danakj ...
7 years, 10 months ago (2013-02-11 20:01:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/12185008/1
7 years, 10 months ago (2013-02-11 20:24:59 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=83122
7 years, 10 months ago (2013-02-11 21:19:20 UTC) #8
nduca
Did this not land? Does it need to land?
7 years, 10 months ago (2013-02-13 09:28:44 UTC) #9
reveman
On 2013/02/13 09:28:44, nduca wrote: > Did this not land? Does it need to land? ...
7 years, 10 months ago (2013-02-13 09:34:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/12185008/1
7 years, 10 months ago (2013-02-13 09:36:13 UTC) #11
commit-bot: I haz the power
7 years, 10 months ago (2013-02-13 15:18:20 UTC) #12
Message was sent while issue was closed.
Change committed as 182218

Powered by Google App Engine
This is Rietveld 408576698