summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler_state_machine.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Move activation to proactive begin frameboliu@chromium.org2013-07-041-8/+3
* cc: Fix infinite BeginFrame that Scheduler causes.dongseong.hwang@intel.com2013-06-261-5/+6
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-191-6/+8
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-181-2/+22
* Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."reveman@google.com2013-06-171-15/+0
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-131-0/+15
* Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."skaslev@chromium.org2013-06-121-15/+0
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-121-0/+15
* Use a direct include of strings headers in cc/.avi@chromium.org2013-06-101-1/+1
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-231-26/+33
* Run all LayerTreeHost tests with impl-side painting.danakj@chromium.org2013-05-131-1/+5
* Merge cc initialization pathsboliu@chromium.org2013-05-011-13/+25
* Revert 196708 "Merge cc initialization paths"nick@chromium.org2013-04-261-25/+13
* Merge cc initialization pathsboliu@chromium.org2013-04-261-13/+25
* Revert 196480 "Merge cc initialization paths"nick@chromium.org2013-04-251-25/+13
* Merge cc initialization pathsboliu@chromium.org2013-04-251-13/+25
* cc: Prevent checkerboarded animations from timing out during tests.danakj@chromium.org2013-04-091-1/+2