summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler_state_machine_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix flaky ChromeOS test timeouts.kustermann2014-10-141-43/+9
* Revert of Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHo...loislo2014-10-141-33/+0
* Make EXPECT_ACTION_UPDATE_STATE failure output easier to understand.mithro2014-10-131-1/+3
* cc:: Remove SwapAck throttling from Scheduler.orglofch2014-10-071-9/+43
* Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).mithro2014-10-071-0/+33
* cc:: Remove main_frame_before_draw_enabled from scheduler settings.orglofch2014-09-291-131/+10
* cc: Be less aggressive about scheduling for scroll handlersskyostil2014-09-041-4/+4
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-8/+11
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-11/+8
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-8/+11
* cc: Make trace events use sync-tree labels instead of pending-tree.alokp@chromium.org2014-07-071-8/+4
* cc: Don't swap throttle BeginMainFrame just after swappingbrianderson@chromium.org2014-06-131-3/+60
* Revert 276130 "cc: Don't swap throttle BeginMainFrame within dea..."wittman@chromium.org2014-06-101-42/+3
* cc: Don't swap throttle BeginMainFrame within deadlinebrianderson@chromium.org2014-06-101-3/+42
* cc: Add test for triggering deadline early when output surface is lostsimonhong@chromium.org2014-05-231-0/+23
* Remove forced commit and readback from the scheduler.danakj@chromium.org2014-05-201-521/+174
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-121-27/+64
* Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...mithro@mithis.com2014-05-101-54/+55
* cc: Check for pending tree before transition to COMMIT_STATE_IDLEbrianderson@chromium.org2014-05-071-1/+15
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-301-0/+111
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-291-111/+0
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-281-0/+111
* cc: Handle retroactive BeginFrames in the Scheduler.brianderson@chromium.org2014-04-121-22/+20
* Remove old texture path in TextureLayerpiman@chromium.org2014-04-101-65/+0
* cc: Allow CompositeAndReadback when replacement commit is activatingsimonhong@chromium.org2014-04-031-0/+174
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-121-65/+203
* Revert 256454 "cc: Allow sending BeginMainFrame before draw or a..."kochi@chromium.org2014-03-121-203/+65
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-121-65/+203
* cc: Rename FinishCommit to NotifyReadyToCommitsimonhong@chromium.org2014-03-101-22/+22
* cc: split COMMIT_STATE_FRAME_IN_PROGRESSsimonhong@chromium.org2014-03-071-18/+47
* cc: Change texture locking check pointsimonhong@chromium.org2014-03-071-2/+27
* cc: setting a needs_commit_ to true is only needed for forced commit when the...simonhong@chromium.org2014-02-281-6/+43
* Remove options to disable deadline schedulingbrianderson@chromium.org2014-02-201-145/+21
* [cc] Modify TestNextActionBeginsMainFrameIfNeededsimonhong@chromium.org2014-02-201-1/+10
* cc: Add more DrawSwapReadbackResult enumsenne@chromium.org2014-02-161-1/+1
* cc: Do not cancel deadline on lost context. Trigger early instead.brianderson@chromium.org2014-02-081-25/+18
* cc: Prevent drawing low res tiles after visibility changeenne@chromium.org2014-02-011-1/+32
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-23/+29
* cc: Prioritize impl-thread drawing in scheduler in smoothness modeskyostil@chromium.org2013-10-221-0/+26
* Rename BeginFrame to BeginMainFrame and BeginImplFrame in cc::SchedulerStateM...dominikg@chromium.org2013-10-191-252/+252
* Don't restart mid-forced-redraw.tomhudson@chromium.org2013-10-171-0/+87
* Trigger deadline immediately after an aborted main thread commitskyostil@chromium.org2013-10-171-5/+39
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-211-352/+548
* cc: Add readback and forced draw states to the Scheduler.brianderson@chromium.org2013-09-071-196/+181
* cc: Add test for output surface lost while not visiblebrianderson@chromium.org2013-08-291-3/+28
* cc: Add additional OutputSurfaceStatesbrianderson@chromium.org2013-08-241-43/+50
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-231-18/+30
* Revert "cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline"dominicc@google.com2013-08-221-30/+18
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-221-18/+30
* cc: Add trace events for the Scheduler states.brianderson@chromium.org2013-08-211-2/+4