summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler_state_machine.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Do not request commits if they will be abortedbrianderson@chromium.org2013-08-281-8/+8
* cc: Simplify Scheduler::NextActionbrianderson@chromium.org2013-08-281-55/+26
* cc: Control activation from the Schedulerbrianderson@chromium.org2013-08-271-136/+196
* cc: Add additional OutputSurfaceStatesbrianderson@chromium.org2013-08-241-49/+123
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-231-70/+94
* Revert "cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline"dominicc@google.com2013-08-221-61/+51
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-221-51/+61
* cc: Add trace events for the Scheduler states.brianderson@chromium.org2013-08-211-61/+151
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-301-16/+43
* Make inttypes.h and similar macro usage C++11-friendly.thakis@chromium.org2013-07-251-3/+3
* Revert 213338 "cc: Allow the main thread to cancel commits"jochen@chromium.org2013-07-241-43/+16
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-241-16/+43
* cc: Limit number of raster tasks that can be scheduled.reveman@chromium.org2013-07-231-17/+17
* cc: Don't make AcquireLayerTextures force a commit.piman@chromium.org2013-07-111-2/+0