summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler_state_machine.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Don't execute UpdateVisibleTiles() right after drawingsimonhong@chromium.org2014-05-291-0/+4
* Remove forced commit and readback from the scheduler.danakj@chromium.org2014-05-201-185/+21
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-121-24/+29
* cc: Check for pending tree before transition to COMMIT_STATE_IDLEbrianderson@chromium.org2014-05-071-1/+3
* cc: Remove unused member functions and vars in SchedulerStateMachinesimonhong@chromium.org2014-05-011-6/+0
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-301-6/+45
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-291-45/+6
* Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://co...machenbach@chromium.org2014-04-291-0/+5
* cc: SwapAck throttle Swap without throttling MainFramesbrianderson@chromium.org2014-04-281-5/+0
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-281-6/+45
* cc: Move scheduling logic out of OutputSurfacebrianderson@chromium.org2014-04-261-3/+6
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-181-8/+39
* cc: Handle retroactive BeginFrames in the Scheduler.brianderson@chromium.org2014-04-121-30/+24
* Remove old texture path in TextureLayerpiman@chromium.org2014-04-101-63/+0
* cc: Allow CompositeAndReadback when replacement commit is activatingsimonhong@chromium.org2014-04-031-13/+44
* cc: fix continuous paint modecaseq@chromium.org2014-04-031-1/+6
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-121-29/+49
* Revert 256454 "cc: Allow sending BeginMainFrame before draw or a..."kochi@chromium.org2014-03-121-49/+29
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-121-29/+49
* cc: Rename FinishCommit to NotifyReadyToCommitsimonhong@chromium.org2014-03-101-1/+1
* cc: split COMMIT_STATE_FRAME_IN_PROGRESSsimonhong@chromium.org2014-03-071-15/+19
* cc: Change texture locking check pointsimonhong@chromium.org2014-03-071-5/+10
* cc: Enable switching main thread back to low latency modeskyostil@chromium.org2014-03-041-2/+9
* cc: setting a needs_commit_ to true is only needed for forced commit when the...simonhong@chromium.org2014-02-281-2/+5
* Remove options to disable deadline schedulingbrianderson@chromium.org2014-02-201-11/+4
* [cc] cleanup: remove useless comments in UpdateStateOnActivation()simonhong@chromium.org2014-02-201-3/+0
* cc: Add more DrawSwapReadbackResult enumsenne@chromium.org2014-02-161-0/+6
* cc: Do not cancel deadline on lost context. Trigger early instead.brianderson@chromium.org2014-02-081-1/+10
* cc: Prevent drawing low res tiles after visibility changeenne@chromium.org2014-02-011-0/+7
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-26/+32
* cc: Limit ManageTiles calls to once per-frame on averagebrianderson@chromium.org2014-01-171-7/+17
* Kick ProcessScheduledActions while a commit is pendingjamesr@chromium.org2013-11-131-0/+4
* Scheduler: Switch from high to low latency mode if possible.dominikg@chromium.org2013-11-081-1/+51
* cc: Don't ManageTiles twice in one frameenne@chromium.org2013-11-051-0/+12
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-251-1/+2
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-231-4/+5
* cc: Prioritize impl-thread drawing in scheduler in smoothness modeskyostil@chromium.org2013-10-221-2/+17
* Rename BeginFrame to BeginMainFrame and BeginImplFrame in cc::SchedulerStateM...dominikg@chromium.org2013-10-191-109/+114
* Don't restart mid-forced-redraw.tomhudson@chromium.org2013-10-171-0/+7
* Trigger deadline immediately after an aborted main thread commitskyostil@chromium.org2013-10-171-3/+17
* Make sure the scheduler is READY_TO_COMMITtomhudson@chromium.org2013-10-171-4/+6
* cc: Only trace SetNeedsManageTilesOnImplThread on positive edgebrianderson@chromium.org2013-10-171-1/+6
* cc: Fix disabled vsync state freezingenne@chromium.org2013-10-041-6/+10
* cc: Do not post task to notify Scheduler of lost context.brianderson@chromium.org2013-09-241-7/+4
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-211-40/+136
* cc: Always use SetNeedsBeginFrame to request the next BeginFramebrianderson@chromium.org2013-09-141-0/+7
* CC: Add a scheduled action for ManageTilesepenner@chromium.org2013-09-141-1/+39
* cc: Poll for state that triggers draws (synchronous compositor only)brianderson@chromium.org2013-09-121-0/+4
* CC: Fix missing swap-used-incomplete-tile updatesepenner@chromium.org2013-09-071-5/+4
* cc: Add readback and forced draw states to the Scheduler.brianderson@chromium.org2013-09-071-135/+283