summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler_state_machine.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Add support for sending BeginFrames for video.sunnyps2015-04-161-0/+5
* cc: Split out BeginFrame needed verse proactive for commits.mithro2015-04-091-2/+2
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-25/+18
* Hook NotifyReadToDraw in SingleThreadProxy and Defer Draw When Neededweiliangc2015-04-021-0/+8
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-18/+25
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-25/+18
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-18/+25
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-011-25/+18
* cc: Request a proactive impl frame in early-out commit case.vmpstr2015-03-211-0/+1
* cc: Do not use current frame number in state machine decisions.sunnyps2015-03-201-5/+8
* cc: Do not pass BeginFrameArgs to state machine.sunnyps2015-03-201-6/+2
* cc: Simplify SetNeedsBeginFrames code in scheduler.sunnyps2015-03-191-4/+0
* cc: Remove scheduler power monitoring.sunnyps2015-03-041-7/+0
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-091-10/+4
* Reland of Move tracing namespace from base::debug to base::trace_event.primiano2015-02-051-2/+9
* Revert of Move tracing namespace from base::debug to base::trace_event. (patc...zhaoqin2015-02-051-9/+2
* Move tracing namespace from base::debug to base::trace_event.ssid2015-02-041-2/+9
* cc: Remove unused function ShouldDrawForced.sohan.jyoti2015-02-041-1/+0
* cc: Control defer_commits logic by Schedulersimonhong2015-01-311-0/+3
* Revert of cc: Control defer_commits logic by Scheduler (patchset #12 id:25000...danakj2015-01-301-3/+0
* cc: Control defer_commits logic by Schedulersimonhong2015-01-291-0/+3
* Added ability to dynamically toggle frame throttling in the scheduler.bajones2015-01-061-0/+1
* cc: Remove call to SetNeedsBeginFrames on losing output surface.sunnyps2015-01-051-0/+4
* cc: Removing 127 lines of duplicate code in scheduler_unittest.ccmithro2014-12-181-0/+2
* cc: Adding a CommitEarlyOutReason enum to replace bool in BeginMainFrameAbort...mithro2014-12-171-3/+3
* cc: Rename TileManager::ManageTiles to PrepareTiles.vmiura2014-12-091-13/+13
* cc: Schedule a late deadline when swap throttled, allow rescheduling.sunnyps2014-12-081-1/+11
* Add a new scheduler mode main thread should always be low latency.weiliangc2014-12-031-0/+1
* cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren()simonhong2014-11-211-0/+7
* SetNeedsRedraw directly when updating a visible tile.danakj2014-11-141-5/+0
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-271-0/+2
* Disable scheduler deadline task on battery power in Windowssunnyps2014-10-161-0/+7
* Revert of Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHo...loislo2014-10-141-2/+0
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-071-0/+2
* fix typo of ConvertableToTraceFormatkouhei2014-10-011-1/+1
* cc:: Remove main_frame_before_draw_enabled from scheduler settings.orglofch2014-09-291-1/+0
* Adding AsValueInto to scheduler.mithro2014-09-171-1/+1
* cc: Be less aggressive about scheduling for scroll handlersskyostil2014-09-041-5/+7
* Add more logging to cc scheduler to debug RAF frame loss.zmo2014-09-031-0/+4
* Fix failing (flaky) LayerTreeHostTestLCDNotification test.danakj@chromium.org2014-08-131-0/+2
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-1/+6
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-6/+1
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-1/+6
* cc: Make trace events use sync-tree labels instead of pending-tree.alokp@chromium.org2014-07-071-1/+1
* Remove forced commit and readback from the scheduler.danakj@chromium.org2014-05-201-23/+0
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-121-2/+4
* cc: Remove unused member functions and vars in SchedulerStateMachinesimonhong@chromium.org2014-05-011-2/+0
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-301-1/+8
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-291-8/+1
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-281-1/+8