summaryrefslogtreecommitdiffstats
path: root/cc/scheduler
Commit message (Expand)AuthorAgeFilesLines
* Revert of Make SingleThreadProxy a SchedulerClient (https://codereview.chromi...tkent@chromium.org2014-08-073-25/+21
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-073-21/+25
* Revert 287747 "Make SingleThreadProxy a SchedulerClient"tommi@chromium.org2014-08-063-25/+21
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-063-21/+25
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-0110-183/+210
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-3110-210/+183
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-3110-183/+210
* cc: Make trace events use sync-tree labels instead of pending-tree.alokp@chromium.org2014-07-076-22/+18
* Revert 280493 "Make SingleThreadProxy a SchedulerClient"nkostylev@chromium.org2014-06-283-25/+21
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-06-283-21/+25
* cc: Disable flaky SchedulerTest.SyntheticBeginFramesenne@chromium.org2014-06-261-1/+2
* cc: Don't swap throttle BeginMainFrame just after swappingbrianderson@chromium.org2014-06-132-5/+65
* cc: Directly construct SchedulerSettings from LayerTreeSettingsenne@chromium.org2014-06-132-0/+19
* cc: Stop blocking the main thread in CreateAndInitializeOutputSurface.danakj@chromium.org2014-06-131-3/+0
* Removing the TimeSource abstraction as it is not used anywhere.mithro@mithis.com2014-06-122-59/+17
* Adding AsValue and TypeString methods to DelayBasedTimeSource.mithro@mithis.com2014-06-115-8/+64
* Moving deadline adjustment from SyntheticBeginFrameSource into BeginFrameArgs.mithro@mithis.com2014-06-111-4/+6
* cc: Fix negative EstimatedParentDrawTimesbrianderson@chromium.org2014-06-111-0/+1
* Adding EXPECT_NO_ACTION macro for better output when an action is generated.mithro@mithis.com2014-06-111-26/+30
* Revert 276130 "cc: Don't swap throttle BeginMainFrame within dea..."wittman@chromium.org2014-06-102-44/+4
* cc: Don't swap throttle BeginMainFrame within deadlinebrianderson@chromium.org2014-06-102-4/+44
* cc: BeginFrame should be stopped when OutputSurface is lostsimonhong@chromium.org2014-06-053-49/+127
* cc: Add a test to check return value when timer is deactivatedsimonhong@chromium.org2014-06-051-16/+34
* cc: Add Scheduler test for DidLoseOutputSurfacesimonhong@chromium.org2014-05-302-40/+400
* cc: Introduce OrderedSimpleTaskRunnersimonhong@chromium.org2014-05-291-4/+4
* cc: Don't execute UpdateVisibleTiles() right after drawingsimonhong@chromium.org2014-05-292-8/+22
* cc: Add Scheduler test for SetSwapUsedIncompleteTilesimonhong@chromium.org2014-05-281-2/+77
* Revert of cc: Stop blocking the main thread in CreateAndInitializeOutputSurfa...danakj@chromium.org2014-05-231-0/+3
* cc: Add test for triggering deadline early when output surface is lostsimonhong@chromium.org2014-05-231-0/+23
* cc: Stop blocking the main thread in CreateAndInitializeOutputSurface.danakj@chromium.org2014-05-221-3/+0
* Remove forced commit and readback from the scheduler.danakj@chromium.org2014-05-207-800/+195
* Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.danakj@chromium.org2014-05-151-7/+8
* cc: Remove redundant ActivatePendingTree methodsimonhong@chromium.org2014-05-142-6/+1
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-128-145/+146
* Add a trace to output the scheduler settings.mithro@mithis.com2014-05-113-0/+27
* Making BeginFrameArgs work with TRACE_EVENT system.mithro@mithis.com2014-05-103-21/+23
* Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...mithro@mithis.com2014-05-102-91/+93
* Adding extra DCHECKs to DelayBaseTimeSource to prevent bad states from occuring.mithro@mithis.com2014-05-091-4/+10
* cc: Check for pending tree before transition to COMMIT_STATE_IDLEbrianderson@chromium.org2014-05-072-2/+18
* Adding frame time trace events inside the scheduler.mithro@mithis.com2014-05-021-4/+10
* cc: Remove unused member functions and vars in SchedulerStateMachinesimonhong@chromium.org2014-05-012-8/+0
* cc: Clear begin_retro_frame_posted_ properlybrianderson@chromium.org2014-04-301-3/+12
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-306-23/+211
* cc: Remove condition that would skip deadline taskbrianderson@chromium.org2014-04-301-3/+0
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-296-211/+23
* Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://co...machenbach@chromium.org2014-04-292-9/+12
* cc: SwapAck throttle Swap without throttling MainFramesbrianderson@chromium.org2014-04-282-12/+9
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-286-23/+211
* cc: Move scheduling logic out of OutputSurfacebrianderson@chromium.org2014-04-269-304/+472
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-1810-327/+220