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

Issue 22144008: cc: Make 1/4th default low res scale. (Closed)

Created:
7 years, 4 months ago by vmpstr
Modified:
7 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam, apatrick_chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

cc: Make 1/4th default low res scale. This patch makes the default low res scale factor be 0.25 * high res scale factor. The reasoning is that 0.125 looks too blurry. With low quality low res tiles in play, 0.25 should still incur a performance penalty, but it shouldn't be too bad, and look a bit better. BUG=268203 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226371

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : rebase#2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -18 lines) Patch
M cc/layers/picture_layer_impl_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 2 2 chunks +0 lines, -12 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
vmpstr
https://codereview.chromium.org/22144008/diff/1/cc/layers/picture_layer_impl_unittest.cc File cc/layers/picture_layer_impl_unittest.cc (right): https://codereview.chromium.org/22144008/diff/1/cc/layers/picture_layer_impl_unittest.cc#newcode680 cc/layers/picture_layer_impl_unittest.cc:680: contents_scale = 2.f; This change is here since with ...
7 years, 4 months ago (2013-08-05 18:41:27 UTC) #1
vmpstr
aelias@, do you know how I would be able to get some performance numbers that ...
7 years, 4 months ago (2013-08-05 18:43:12 UTC) #2
nduca
+brian and tom and alex who helped with the initial discussions. Thoughts on making 1/4th ...
7 years, 4 months ago (2013-08-05 18:44:03 UTC) #3
brianderson
On 2013/08/05 18:44:03, nduca wrote: > +brian and tom and alex who helped with the ...
7 years, 4 months ago (2013-08-05 18:54:22 UTC) #4
tomhudson
On 2013/08/05 18:44:03, nduca wrote: > +brian and tom and alex who helped with the ...
7 years, 4 months ago (2013-08-05 18:56:13 UTC) #5
vmpstr
Low quality for low res tiles is on by default. I ran the experiment on ...
7 years, 4 months ago (2013-08-05 18:58:26 UTC) #6
vmpstr
On 2013/08/05 18:58:26, vmpstr wrote: > Low quality for low res tiles is on by ...
7 years, 4 months ago (2013-08-05 18:59:31 UTC) #7
enne (OOO)
What's the motivation for 1/4 vs 1/8? 1/8 is too blurry? 1/8 eats up too ...
7 years, 4 months ago (2013-08-06 16:37:41 UTC) #8
enne (OOO)
On 2013/08/06 16:37:41, enne wrote: > What's the motivation for 1/4 vs 1/8? 1/8 is ...
7 years, 4 months ago (2013-08-06 16:38:59 UTC) #9
vmpstr
On 2013/08/06 16:38:59, enne wrote: > On 2013/08/06 16:37:41, enne wrote: > > What's the ...
7 years, 4 months ago (2013-08-06 16:47:01 UTC) #10
nduca
Again, the goal here is to eliminate the device-specific scales and use one scale that ...
7 years, 4 months ago (2013-08-06 18:04:37 UTC) #11
enne (OOO)
On 2013/08/06 18:04:37, nduca wrote: > Again, the goal here is to eliminate the device-specific ...
7 years, 4 months ago (2013-08-06 18:08:18 UTC) #12
nduca
I wasn't disagreeing with the conversation. I was trying to offer context. Back in the ...
7 years, 4 months ago (2013-08-06 19:04:39 UTC) #13
enne (OOO)
lgtm, cf https://codereview.chromium.org/24456003/#msg3
7 years, 2 months ago (2013-09-26 17:26:54 UTC) #14
epenner
On 2013/09/26 17:26:54, enne wrote: > lgtm, cf https://codereview.chromium.org/24456003/#msg3 I couldn't find the bug for ...
7 years, 2 months ago (2013-09-26 19:42:18 UTC) #15
vmpstr
On 2013/09/26 19:42:18, epenner wrote: > On 2013/09/26 17:26:54, enne wrote: > > lgtm, cf ...
7 years, 2 months ago (2013-09-26 23:37:34 UTC) #16
brianderson
lgtm
7 years, 2 months ago (2013-09-27 00:02:02 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/22144008/1
7 years, 2 months ago (2013-09-30 16:54:22 UTC) #18
commit-bot: I haz the power
Failed to apply patch for content/browser/gpu/gpu_data_manager_impl_private.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 2 months ago (2013-09-30 16:54:25 UTC) #19
vmpstr
+piman for content/browser/gpu/
7 years, 2 months ago (2013-09-30 17:06:24 UTC) #20
vmpstr
On 2013/09/30 17:06:24, vmpstr wrote: > +piman for content/browser/gpu/ Ping for owner's review.
7 years, 2 months ago (2013-10-01 17:23:42 UTC) #21
piman
On 2013/10/01 17:23:42, vmpstr wrote: > On 2013/09/30 17:06:24, vmpstr wrote: > > +piman for ...
7 years, 2 months ago (2013-10-01 18:39:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/22144008/26001
7 years, 2 months ago (2013-10-01 18:40:33 UTC) #23
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 00:54:57 UTC) #24
Message was sent while issue was closed.
Change committed as 226371

Powered by Google App Engine
This is Rietveld 408576698