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

Issue 10963039: cc: Always try to fill the upload queue. (Closed)

Created:
8 years, 3 months ago by brianderson
Modified:
8 years ago
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

cc: Always try to fill the upload queue. This keeps our pipeline better filled by priming the pipeline on the first upload set as well as filling it back up to a specific target if we fall behind. Since draws are left vsync aligned on the Render process, we shouldn't jank if the queued uploads push the draw out a small amount on the GPU process. If the latency between the render and gpu process is to high, however, we turn off targeted texture throttling because we don't have enough feedback to make good decisions. GUG=145825

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase and improvements #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -39 lines) Patch
M cc/CCTextureUpdateController.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M cc/CCTextureUpdateController.cpp View 1 5 chunks +60 lines, -32 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
brianderson
8 years, 3 months ago (2012-09-21 21:31:52 UTC) #1
reveman
I like this a lot. Just a few things I think we need to fix ...
8 years, 3 months ago (2012-09-22 00:50:26 UTC) #2
reveman
Btw, we might want to land https://chromiumcodereview.appspot.com/10933095/ before this. It will make this CL more ...
8 years, 3 months ago (2012-09-22 19:05:43 UTC) #3
brianderson
This works really well combined with https://codereview.chromium.org/11028129/. Detecting a high latency mode ended up being ...
8 years, 2 months ago (2012-10-11 01:06:23 UTC) #4
reveman
8 years ago (2012-12-06 15:49:00 UTC) #5
On 2012/10/11 01:06:23, Brian Anderson wrote:
> This works really well combined with
https://codereview.chromium.org/11028129/.
> 
> Detecting a high latency mode ended up being very simple.

can this be closed? part of this has landed.

Powered by Google App Engine
This is Rietveld 408576698