summaryrefslogtreecommitdiffstats
path: root/cc/scheduler/frame_rate_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Move scheduling logic out of OutputSurfacebrianderson@chromium.org2014-04-261-76/+0
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-181-114/+12
* cc: Don't double-tick unthrottled FrameRateControllerskyostil@chromium.org2013-11-141-3/+9
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-251-1/+2
* CC: WeakPtrFactory should be the last member.dmichael@chromium.org2013-10-081-4/+4
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-211-7/+6
* cc: Avoid double ticking RetroactiveBeginFramesbrianderson@chromium.org2013-08-151-8/+7
* add missing headers in cc/*mostynb@opera.com2013-07-111-0/+1
* cc: Trigger BeginFrames that were just missed retroactivelybrianderson@chromium.org2013-06-201-2/+11
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-191-1/+13
* cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.danakj@chromium.org2013-06-181-7/+10
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-181-10/+16
* Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."reveman@google.com2013-06-171-16/+10
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-131-10/+16
* Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."skaslev@chromium.org2013-06-121-16/+10
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-121-10/+16
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-111-18/+2
* cc::OutputSurfaceClient::DeferredInitializeboliu@chromium.org2013-06-071-0/+4
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-231-4/+4
* DelegatingRenderer: send frame on SwapBuffers instead of DrawFramepiman@chromium.org2013-05-081-0/+1
* cc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-2/+2
* cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...danakj@chromium.org2013-03-291-4/+4
* Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."rsleevi@chromium.org2013-03-291-4/+4
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-291-4/+4
* Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."danakj@chromium.org2013-03-291-4/+4
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-291-4/+4
* cc: Chromify TimeSource, DelayBasedTimeSource and testenne@chromium.org2013-03-201-7/+7
* cc: Chromify FrameRateControllerbrianderson@chromium.org2013-03-201-111/+100
* Part 9 of cc/ directory shuffles: schedulerjamesr@chromium.org2013-03-181-0/+164