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

Issue 450793002: gpu: Avoid unbounded idle queue in in-process context (Closed)

Created:
6 years, 4 months ago by boliu
Modified:
6 years, 4 months ago
Reviewers:
piman
CC:
chromium-reviews, piman+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

gpu: Avoid unbounded idle queue in in-process context Before this, a task is added to the idle queue each time in flush and ScheduleMoreIdleWork. This means that as long as there is idle work, the size of the queue grows by one in each flush. Fix this by not adding any idle tasks if there is already one pending. BUG=401712 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288283

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -8 lines) Patch
M gpu/command_buffer/service/in_process_command_buffer.h View 3 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 2 chunks +15 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
boliu
PTAL, thanks!
6 years, 4 months ago (2014-08-07 22:02:27 UTC) #1
piman
lgtm
6 years, 4 months ago (2014-08-07 22:35:40 UTC) #2
boliu
The CQ bit was checked by boliu@chromium.org
6 years, 4 months ago (2014-08-07 23:07:30 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/450793002/1
6 years, 4 months ago (2014-08-08 00:01:23 UTC) #4
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 09:41:45 UTC) #5
Message was sent while issue was closed.
Change committed as 288283

Powered by Google App Engine
This is Rietveld 408576698