summaryrefslogtreecommitdiffstats
path: root/cc/scheduler
Commit message (Expand)AuthorAgeFilesLines
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-296-211/+23
* Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://co...machenbach@chromium.org2014-04-292-9/+12
* cc: SwapAck throttle Swap without throttling MainFramesbrianderson@chromium.org2014-04-282-12/+9
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-286-23/+211
* cc: Move scheduling logic out of OutputSurfacebrianderson@chromium.org2014-04-269-304/+472
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-1810-327/+220
* cc: Handle retroactive BeginFrames in the Scheduler.brianderson@chromium.org2014-04-126-218/+394
* Remove old texture path in TextureLayerpiman@chromium.org2014-04-106-403/+0
* cc: Avoid dynamic calls to base::Bind in schedulerbrianderson@chromium.org2014-04-042-32/+37
* cc: Advance commit state with a CancelableClosurebrianderson@chromium.org2014-04-033-59/+96
* cc: Allow CompositeAndReadback when replacement commit is activatingsimonhong@chromium.org2014-04-033-13/+219
* cc: Use DefaultInterval for uninitialized intervalboliu@chromium.org2014-04-031-3/+4
* cc: Add more values to Scheduler::StateAsValuebrianderson@chromium.org2014-04-031-1/+13
* cc: fix continuous paint modecaseq@chromium.org2014-04-033-1/+14
* cc: Pass task runner to schedulerboliu@chromium.org2014-03-203-63/+103
* cc: Skip commit state timer on sync compositorboliu@chromium.org2014-03-181-2/+5
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-126-97/+265
* Revert 256454 "cc: Allow sending BeginMainFrame before draw or a..."kochi@chromium.org2014-03-126-265/+97
* cc: Allow sending BeginMainFrame before draw or activationbrianderson@chromium.org2014-03-126-97/+265
* cc: Don't try to reduce main thread latency in smoothness takes priority modeskyostil@chromium.org2014-03-114-21/+75
* cc: Rename FinishCommit to NotifyReadyToCommitsimonhong@chromium.org2014-03-106-46/+46
* cc: modify the waiting condition of forced commitsimonhong@chromium.org2014-03-102-0/+7
* cc: split COMMIT_STATE_FRAME_IN_PROGRESSsimonhong@chromium.org2014-03-077-38/+107
* cc: Change texture locking check pointsimonhong@chromium.org2014-03-072-7/+37
* cc: Also trace the scheduler client stateskyostil@chromium.org2014-03-072-8/+32
* cc: Enable switching main thread back to low latency modeskyostil@chromium.org2014-03-046-15/+20
* cc: setting a needs_commit_ to true is only needed for forced commit when the...simonhong@chromium.org2014-02-283-9/+48
* Less determined statement terminationscottmg@chromium.org2014-02-261-1/+1
* Remove options to disable deadline schedulingbrianderson@chromium.org2014-02-206-307/+54
* [cc] cleanup: remove useless comments in UpdateStateOnActivation()simonhong@chromium.org2014-02-201-3/+0
* [cc] Modify TestNextActionBeginsMainFrameIfNeededsimonhong@chromium.org2014-02-201-1/+10
* cc: Add more DrawSwapReadbackResult enumsenne@chromium.org2014-02-163-1/+10
* cc: add more devtools instrumentationcaseq@chromium.org2014-02-131-1/+1
* cc: Do not cancel deadline on lost context. Trigger early instead.brianderson@chromium.org2014-02-083-38/+39
* [cc] cleanup: re-arrange some file locations in cc/schedulersimonhong@chromium.org2014-02-046-908/+0
* cc: Prevent drawing low res tiles after visibility changeenne@chromium.org2014-02-013-1/+40
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-307-71/+111
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-293-5/+5
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-283-5/+5
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-283-5/+5
* cc: Limit ManageTiles calls to once per-frame on averagebrianderson@chromium.org2014-01-173-10/+82
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-102-12/+12
* cc: Prevent infinite calls of advance_commit_state_timer_ timer.qsr@chromium.org2013-12-171-6/+14
* cc: Only use advance_commit_state_timer_ when a commit is pendingbrianderson@chromium.org2013-12-131-14/+16
* cc: Don't cancel poll_for_draw_triggers_closure_ too early.brianderson@chromium.org2013-12-121-2/+1
* Convert cc resource system over to GLES2Interfacejamesr@chromium.org2013-12-113-94/+87
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-102-2/+2
* Remove always-on compositor capabilitiesjamesr@chromium.org2013-12-063-28/+11
* cc: add DevTools instrumentation for impl-side framescaseq@chromium.org2013-12-023-6/+13
* cc: Don't double-tick unthrottled FrameRateControllerskyostil@chromium.org2013-11-143-7/+39