summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding EXPECT_NO_ACTION macro for better output when an action is generated.mithro@mithis.com2014-06-111-26/+30
* cc: BeginFrame should be stopped when OutputSurface is lostsimonhong@chromium.org2014-06-051-0/+46
* cc: Add Scheduler test for DidLoseOutputSurfacesimonhong@chromium.org2014-05-301-21/+382
* cc: Introduce OrderedSimpleTaskRunnersimonhong@chromium.org2014-05-291-4/+4
* cc: Don't execute UpdateVisibleTiles() right after drawingsimonhong@chromium.org2014-05-291-8/+18
* cc: Add Scheduler test for SetSwapUsedIncompleteTilesimonhong@chromium.org2014-05-281-2/+77
* Remove forced commit and readback from the scheduler.danakj@chromium.org2014-05-201-52/+0
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-121-34/+15
* Making BeginFrameArgs work with TRACE_EVENT system.mithro@mithis.com2014-05-101-14/+14
* Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...mithro@mithis.com2014-05-101-37/+38
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-301-16/+36
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-291-36/+16
* Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://co...machenbach@chromium.org2014-04-291-9/+7
* cc: SwapAck throttle Swap without throttling MainFramesbrianderson@chromium.org2014-04-281-7/+9
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-281-16/+36
* cc: Move scheduling logic out of OutputSurfacebrianderson@chromium.org2014-04-261-75/+264
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-181-11/+119
* cc: Handle retroactive BeginFrames in the Scheduler.brianderson@chromium.org2014-04-121-99/+182
* Remove old texture path in TextureLayerpiman@chromium.org2014-04-101-246/+0
* cc: Advance commit state with a CancelableClosurebrianderson@chromium.org2014-04-031-47/+74
* cc: Pass task runner to schedulerboliu@chromium.org2014-03-201-49/+78
* cc: Don't try to reduce main thread latency in smoothness takes priority modeskyostil@chromium.org2014-03-111-4/+42
* cc: Rename FinishCommit to NotifyReadyToCommitsimonhong@chromium.org2014-03-101-18/+18
* cc: split COMMIT_STATE_FRAME_IN_PROGRESSsimonhong@chromium.org2014-03-071-0/+15
* cc: Enable switching main thread back to low latency modeskyostil@chromium.org2014-03-041-3/+2
* Less determined statement terminationscottmg@chromium.org2014-02-261-1/+1
* Remove options to disable deadline schedulingbrianderson@chromium.org2014-02-201-144/+28
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-9/+13
* cc: Limit ManageTiles calls to once per-frame on averagebrianderson@chromium.org2014-01-171-2/+59
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-101-1/+1
* cc: add DevTools instrumentation for impl-side framescaseq@chromium.org2013-12-021-1/+1
* Kick ProcessScheduledActions while a commit is pendingjamesr@chromium.org2013-11-131-2/+67
* Scheduler: Switch from high to low latency mode if possible.dominikg@chromium.org2013-11-081-0/+89
* cc: Don't ManageTiles twice in one frameenne@chromium.org2013-11-051-0/+48
* Rename BeginFrame to BeginMainFrame and BeginImplFrame in cc::Scheduler.dominikg@chromium.org2013-10-211-234/+238
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-211-72/+322
* cc: Always use SetNeedsBeginFrame to request the next BeginFramebrianderson@chromium.org2013-09-141-6/+60
* CC: Add a scheduled action for ManageTilesepenner@chromium.org2013-09-141-3/+88
* cc: Add readback and forced draw states to the Scheduler.brianderson@chromium.org2013-09-071-22/+63
* Avoid "ForTesting" presubmit warning when changing ThreadProxy.danakj@chromium.org2013-08-271-9/+9
* cc: Control activation from the Schedulerbrianderson@chromium.org2013-08-271-2/+2
* cc: Add additional OutputSurfaceStatesbrianderson@chromium.org2013-08-241-32/+54
* cc: Add trace events for the Scheduler states.brianderson@chromium.org2013-08-211-11/+12
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-301-3/+8
* Revert 213338 "cc: Allow the main thread to cancel commits"jochen@chromium.org2013-07-241-8/+3
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-241-3/+8
* cc: Limit number of raster tasks that can be scheduled.reveman@chromium.org2013-07-231-2/+2
* Estimate commit and activation durationajuma@chromium.org2013-07-131-0/+6
* cc: Don't make AcquireLayerTextures force a commit.piman@chromium.org2013-07-111-9/+25
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-191-19/+19