summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/scheduler.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-10/+1
* cc: add DevTools instrumentation for impl-side framescaseq@chromium.org2013-12-021-3/+7
* Kick ProcessScheduledActions while a commit is pendingjamesr@chromium.org2013-11-131-0/+2
* Scheduler: Switch from high to low latency mode if possible.dominikg@chromium.org2013-11-081-0/+5
* cc: Don't ManageTiles twice in one frameenne@chromium.org2013-11-051-0/+1
* cc: Prioritize impl-thread drawing in scheduler in smoothness modeskyostil@chromium.org2013-10-221-0/+2
* Rename BeginFrame to BeginMainFrame and BeginImplFrame in cc::Scheduler.dominikg@chromium.org2013-10-211-15/+15
* CC: WeakPtrFactory should be the last member.dmichael@chromium.org2013-10-081-1/+2
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-211-0/+8
* cc: Always use SetNeedsBeginFrame to request the next BeginFramebrianderson@chromium.org2013-09-141-1/+0
* CC: Add a scheduled action for ManageTilesepenner@chromium.org2013-09-141-0/+11
* cc: Remove safe_to_expect_begin_frame workaroundbrianderson@chromium.org2013-09-121-3/+0
* cc: Poll for state that triggers draws (synchronous compositor only)brianderson@chromium.org2013-09-121-0/+2
* CC: Fix missing swap-used-incomplete-tile updatesepenner@chromium.org2013-09-071-1/+1
* cc: Add readback and forced draw states to the Scheduler.brianderson@chromium.org2013-09-071-17/+12
* Avoid "ForTesting" presubmit warning when changing ThreadProxy.danakj@chromium.org2013-08-271-1/+1
* cc: Control activation from the Schedulerbrianderson@chromium.org2013-08-271-2/+2
* cc: Add trace events for the Scheduler states.brianderson@chromium.org2013-08-211-1/+3
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-301-1/+1
* Revert 213338 "cc: Allow the main thread to cancel commits"jochen@chromium.org2013-07-241-1/+1
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-241-1/+1
* cc: Limit number of raster tasks that can be scheduled.reveman@chromium.org2013-07-231-1/+1
* Estimate commit and activation durationajuma@chromium.org2013-07-131-0/+2
* Use a direct include of time headers in cc/.avi@chromium.org2013-06-271-1/+1
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-191-3/+3
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-181-18/+17
* Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."reveman@google.com2013-06-171-14/+18
* Estimate draw duration in SchedulerClientajuma@chromium.org2013-06-161-0/+1
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-131-18/+14
* Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."skaslev@chromium.org2013-06-121-14/+18
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-121-18/+14
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-111-2/+0
* cc::OutputSurfaceClient::DeferredInitializeboliu@chromium.org2013-06-071-0/+1
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-231-5/+5
* cc: Dump the scheduler's state when an unexpected action occurs.danakj@chromium.org2013-05-221-0/+4
* DelegatingRenderer: send frame on SwapBuffers instead of DrawFramepiman@chromium.org2013-05-081-0/+1
* Merge cc initialization pathsboliu@chromium.org2013-05-011-3/+6
* Revert 196708 "Merge cc initialization paths"nick@chromium.org2013-04-261-6/+3
* Merge cc initialization pathsboliu@chromium.org2013-04-261-3/+6
* Revert 196480 "Merge cc initialization paths"nick@chromium.org2013-04-251-6/+3
* Merge cc initialization pathsboliu@chromium.org2013-04-251-3/+6
* cc: Make animations tick regardless of drawing.danakj@chromium.org2013-04-061-0/+2
* cc: Chromify FrameRateControllerbrianderson@chromium.org2013-03-201-1/+1
* Part 9 of cc/ directory shuffles: schedulerjamesr@chromium.org2013-03-181-0/+127