summaryrefslogtreecommitdiffstats
path: root/cc/scheduler
Commit message (Expand)AuthorAgeFilesLines
* CC: Fix missing swap-used-incomplete-tile updatesepenner@chromium.org2013-09-074-10/+9
* cc: Add readback and forced draw states to the Scheduler.brianderson@chromium.org2013-09-078-404/+592
* cc: Make DelayBasedTimeSource robust to large deltasenne@chromium.org2013-09-022-13/+31
* cc: Add test for output surface lost while not visiblebrianderson@chromium.org2013-08-291-3/+28
* cc: Do not request commits if they will be abortedbrianderson@chromium.org2013-08-281-8/+8
* cc: Simplify Scheduler::NextActionbrianderson@chromium.org2013-08-282-55/+27
* Avoid "ForTesting" presubmit warning when changing ThreadProxy.danakj@chromium.org2013-08-272-10/+10
* cc: Control activation from the Schedulerbrianderson@chromium.org2013-08-275-155/+218
* cc: Add additional OutputSurfaceStatesbrianderson@chromium.org2013-08-244-134/+240
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-234-95/+137
* Revert "cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline"dominicc@google.com2013-08-224-100/+74
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-224-74/+100
* cc: Add trace events for the Scheduler states.brianderson@chromium.org2013-08-216-81/+191
* cc: Avoid double ticking RetroactiveBeginFramesbrianderson@chromium.org2013-08-156-22/+37
* cc: Handle future timebases properly in DelayBasedTimeSourcebrianderson@chromium.org2013-08-152-3/+120
* aura,cc: Make TestContextProvider usable outside cc.danakj@chromium.org2013-08-131-1/+1
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-306-29/+157
* 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-246-157/+29
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-246-29/+157
* cc: Limit number of raster tasks that can be scheduled.reveman@chromium.org2013-07-235-26/+26
* 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