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

Issue 12185024: cc: Upload cheap tiles synchronously (Closed)

Created:
7 years, 10 months ago by Sami
Modified:
7 years, 9 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Upload cheap tiles synchronously When we have determined that a tile is cheap to rasterize and have performed the rasterization on the impl thread, upload the tile texture synchronously instead of passing it though the asynchronous upload queue. This further reduces the latency of cheap tile updates. BUG=161828 BUG=173802

Patch Set 1 #

Patch Set 2 : Rebased against 12194015. Renamed set pixels to upload. #

Patch Set 3 : Rebased. #

Patch Set 4 : Rebased. #

Patch Set 5 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -33 lines) Patch
M cc/tile_manager.h View 1 2 3 4 4 chunks +11 lines, -4 lines 0 comments Download
M cc/tile_manager.cc View 1 2 3 4 10 chunks +40 lines, -29 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Sami
Like I mentioned in crbug.com/173802, I think this might need a throttling mechanism to avoid ...
7 years, 10 months ago (2013-02-04 18:32:37 UTC) #1
nduca
+reveman
7 years, 10 months ago (2013-02-04 23:21:11 UTC) #2
reveman
looks good. there's already some inconsistencies in the usage of the term "upload" in the ...
7 years, 10 months ago (2013-02-04 23:37:51 UTC) #3
epenner
On 2013/02/04 23:21:11, nduca wrote: > +reveman I haven't looked in depth at the code ...
7 years, 10 months ago (2013-02-04 23:40:11 UTC) #4
reveman
Have we considered posting these raster tasks to the impl thread message loop instead of ...
7 years, 10 months ago (2013-02-05 02:24:03 UTC) #5
nduca
I think its important to do it immediately. The cycling of the message loop is ...
7 years, 10 months ago (2013-02-05 06:32:17 UTC) #6
Sami
On 2013/02/04 23:37:51, David Reveman wrote: > looks good. there's already some inconsistencies in the ...
7 years, 10 months ago (2013-02-05 15:44:12 UTC) #7
nduca
Lets leave smoothness mode as a followup so we can evaluate the merits of this ...
7 years, 10 months ago (2013-02-05 19:51:03 UTC) #8
reveman
lgtm. thanks for fixing the setpixels/upload inconsistency.
7 years, 10 months ago (2013-02-05 22:30:03 UTC) #9
reveman
also when in NEW_CONTENT_TAKES_PRIORITY mode, everything visible on pending tree should be synchronous as we ...
7 years, 10 months ago (2013-02-05 22:34:26 UTC) #10
nduca
Lets file a crbug for the followup.
7 years, 10 months ago (2013-02-05 23:58:35 UTC) #11
reveman
On 2013/02/05 23:58:35, nduca wrote: > Lets file a crbug for the followup. crbug.com/174507
7 years, 10 months ago (2013-02-06 00:32:30 UTC) #12
Tom Hudson
On 2013/02/05 06:32:17, nduca wrote: > I think its important to do it immediately. The ...
7 years, 10 months ago (2013-02-06 13:24:35 UTC) #13
nduca
Whats hard about webpage rendering? I mean, its just a bunch of squares and text... ...
7 years, 10 months ago (2013-02-06 13:50:56 UTC) #14
reveman
we don't need this anymore, right?
7 years, 9 months ago (2013-03-15 21:51:56 UTC) #15
Sami
7 years, 9 months ago (2013-03-18 10:24:31 UTC) #16
Message was sent while issue was closed.
Right, closing.

Powered by Google App Engine
This is Rietveld 408576698