summaryrefslogtreecommitdiffstats
path: root/cc/scheduler
Commit message (Expand)AuthorAgeFilesLines
* Estimate commit and activation durationajuma@chromium.org2013-07-132-0/+8
* cc: Don't make AcquireLayerTextures force a commit.piman@chromium.org2013-07-113-11/+28
* add missing headers in cc/*mostynb@opera.com2013-07-113-0/+5
* cc: Fix and simplify DelayBasedTimeSourcebrianderson@chromium.org2013-07-043-64/+38
* cc: Move activation to proactive begin frameboliu@chromium.org2013-07-041-8/+3
* Use a direct include of time headers in cc/.avi@chromium.org2013-06-275-5/+5
* cc: Fix infinite BeginFrame that Scheduler causes.dongseong.hwang@intel.com2013-06-264-7/+11
* cc: Initialize Scheduler::safe_to_expect_begin_frame_brianderson@chromium.org2013-06-201-0/+1
* cc: Trigger BeginFrames that were just missed retroactivelybrianderson@chromium.org2013-06-202-3/+15
* cc: Remove cc::Thread and cc::ThreadImpl.danakj@chromium.org2013-06-203-12/+13
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-199-78/+95
* cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.danakj@chromium.org2013-06-186-156/+187
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-1814-570/+312
* Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."reveman@google.com2013-06-1714-252/+546
* Estimate draw duration in SchedulerClientajuma@chromium.org2013-06-162-0/+4
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-1314-546/+252
* Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."skaslev@chromium.org2013-06-1214-252/+546
* cc: Emulate BeginFrame in OutputSurfaces that don't support it nativelybrianderson@chromium.org2013-06-1214-546/+252
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-114-35/+8
* Use a direct include of strings headers in cc/.avi@chromium.org2013-06-101-1/+1
* cc::OutputSurfaceClient::DeferredInitializeboliu@chromium.org2013-06-074-0/+10
* Support computing percentiles on a rolling window of samplesajuma@chromium.org2013-06-043-0/+218
* Update refernces to Blink's Platform API (cc)abarth@chromium.org2013-05-292-2/+2
* cc: Add info for DCHECK in DBTS::NextTickTargetbrianderson@chromium.org2013-05-291-1/+7
* cc: Add a SchedulerTest for acquire layer textures.danakj@chromium.org2013-05-241-0/+58
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-239-300/+351
* cc: Dump the scheduler's state when an unexpected action occurs.danakj@chromium.org2013-05-222-64/+78
* cc: Use EXPECT_SINGLE_ACTION for one missed Scheduler unit testdanakj@chromium.org2013-05-221-2/+2
* cc: Add more verbose output when Scheduler unit tests fail.danakj@chromium.org2013-05-221-33/+35
* Remove cc counters that aren't getting a lot of usenduca@chromium.org2013-05-211-1/+0
* Run all LayerTreeHost tests with impl-side painting.danakj@chromium.org2013-05-132-1/+27
* DelegatingRenderer: send frame on SwapBuffers instead of DrawFramepiman@chromium.org2013-05-084-0/+7
* Add cc option to non-lazily disable vsync notificationboliu@chromium.org2013-05-063-11/+55
* Merge cc initialization pathsboliu@chromium.org2013-05-016-80/+225
* Revert 196708 "Merge cc initialization paths"nick@chromium.org2013-04-266-225/+80
* Merge cc initialization pathsboliu@chromium.org2013-04-266-80/+225
* cc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-262-3/+3
* Revert 196480 "Merge cc initialization paths"nick@chromium.org2013-04-256-225/+80
* Merge cc initialization pathsboliu@chromium.org2013-04-256-80/+225
* cc: Prevent checkerboarded animations from timing out during tests.danakj@chromium.org2013-04-093-2/+6
* Rewrite scoped_array<T> to scoped_ptr<T[]> in cc/, Linux edition.dcheng@chromium.org2013-04-061-1/+1
* cc: Make animations tick regardless of drawing.danakj@chromium.org2013-04-064-1/+66
* cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...danakj@chromium.org2013-03-295-32/+32
* Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."rsleevi@chromium.org2013-03-295-32/+32
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-295-32/+32
* Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."danakj@chromium.org2013-03-295-32/+32
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-295-32/+32
* cc: Hook vsync time source to output surfaceskyostil@chromium.org2013-03-263-3/+3
* Fix cpplint errors in cc/(animation|input|layers|trees|test)/jamesr@chromium.org2013-03-266-5/+16
* cc: Avoid pointless gfx::Point/Size contructors when making Rects.danakj@chromium.org2013-03-261-2/+2