summaryrefslogtreecommitdiffstats
path: root/cc/test/layer_tree_test.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Do Animate() for the new pending tree on CommitComplete.danakj2015-08-281-0/+1
* cc: Make SingleThreadProxy CommitComplete ordering match ThreadProxydanakj2015-08-251-0/+1
* cc: Ensure a scroll/scale update during commit triggers a layer updateskyostil2015-08-211-0/+1
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-201-2/+1
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-181-1/+2
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-181-2/+1
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...kbr2015-08-091-1/+2
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-091-2/+1
* Revert of cc: Use worker context for one-copy tile initialization. (patchset ...kbr2015-08-071-1/+2
* cc: Use worker context for one-copy tile initialization.reveman2015-08-061-2/+1
* Make CC scrolling/top-controls unit tests create virtual viewport hierarchy.bokan2015-07-231-0/+19
* CC Animations: Redirect all compositor animation requests to AnimationHost.loyso2015-07-031-0/+10
* cc: Free Gpu resources when we are invisible or TileManager is OOM.ericrk2015-06-221-0/+1
* cc: Remove the non-implside flavour of LayerTreeTests.Dana Jansens2015-06-121-108/+18
* cc: Partial tile update for one-copy raster.danakj2015-05-291-0/+4
* Remove flag for virtual-viewport pinch to zoom and old paths.bokan2015-05-291-3/+0
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-0/+5
* cc: Adding DidFinishImplFrame to LTHI.mithro2015-05-071-2/+3
* Revert of cc: Adding DidFinishImplFrame to LTHI. (patchset #10 id:180001 of h...ksakamoto2015-05-071-3/+2
* cc: Adding DidFinishImplFrame to LTHI.mithro2015-05-071-2/+3
* cc: Make HasImplThread() function work in AfterTest().mithro2015-05-071-1/+1
* cc: Remove all traces of synchronous GPU rasterizationhendrikw2015-04-041-1/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-0/+1
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-1/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-021-0/+1
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-021-1/+0
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-011-0/+1
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-0/+7
* Don't let unittests access LTH from the impl thread.vollick2015-03-191-1/+1
* Remove scroll_delta flooring hackmiletus2015-02-041-2/+2
* cc: Control defer_commits logic by Schedulersimonhong2015-01-311-1/+3
* Revert of cc: Control defer_commits logic by Scheduler (patchset #12 id:25000...danakj2015-01-301-3/+1
* cc: Control defer_commits logic by Schedulersimonhong2015-01-291-1/+3
* cc: Fix flakiness in LayerTreeHostCopyRequestTestMultipleDrawsHiddenCopyRequestdanakj2015-01-291-1/+0
* cc: Dirty the RenderSurfaceLayerList when taking copy requests.danakj2015-01-291-0/+1
* cc: Cleanup - remove unused 'Webkit' forward declaration.tfarina2015-01-281-4/+0
* cc: GPU rasterize tiles synchronously in PrepareToDrawhendrikw2015-01-031-0/+1
* Standardize usage of virtual/override/final specifiers in cc/.dcheng2014-12-231-1/+1
* cc: Turn off verify_property_treeshendrikw2014-12-221-1/+6
* cc: Adding a CommitEarlyOutReason enum to replace bool in BeginMainFrameAbort...mithro2014-12-171-1/+1
* Introduce CompositorDependencies for RenderWidgetCompositor.danakj2014-12-161-2/+2
* Move output surface fallback from cc to embeddersenne2014-12-101-4/+4
* cc: Rename TileManager::ManageTiles to PrepareTiles.vmiura2014-12-091-1/+1
* Add argument to pass elastic overscroll delta to Blink (Chrome side)ccameron2014-12-091-4/+6
* cc: Renaming Rasterizer and RasterWorkerPool interfacesvmiura2014-12-091-2/+2
* Enable scheduler main thread low latency mode for SingleThreadProxy.weiliangc2014-12-041-12/+0
* Add a new scheduler mode main thread should always be low latency.weiliangc2014-12-031-0/+12
* cc: Ensure to issue only one NotifiyReadyTo* callback per manage tiles.vmpstr2014-12-031-0/+1
* cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren()simonhong2014-11-211-0/+1
* SetNeedsRedraw directly when updating a visible tile.danakj2014-11-141-2/+3