summaryrefslogtreecommitdiffstats
path: root/cc/test/layer_tree_test.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Force a redraw on initializing a new output surface for remote compositor.khushalsagar2016-03-251-0/+1
* Clean scroll logic in LayerTreeImpl:sunxd2016-03-161-9/+1
* CC Animation: Erase cc::LayerSettings everywhere.loyso2016-03-141-9/+2
* CC Animation: Erase old animation system.loyso2016-03-111-5/+0
* Clean LayerImpl's scroll offset callers in unit tests.sunxd2016-03-091-0/+10
* Remove unused function LastCommittedSourceFrameNumber from LayerTreeTestweiliangc2016-02-291-1/+0
* Delete CalcDrawPropsweiliangc2016-02-191-6/+0
* cc: Route output surface requests and visiblity calls for the remotekhushalsagar2016-01-301-0/+5
* cc:: Add remote mode to the compositor.khushalsagar2016-01-291-12/+35
* cc: Fix race in ThreadProxy unittests.khushalsagar2016-01-161-0/+2
* cc: Split ThreadProxy into ProxyMain and ProxyImplkhushalsagar2015-12-091-125/+11
* cc: Use compositor mode in LayerTreeTestskhushalsagar2015-12-091-5/+7
* cc: Animate from LayerTreeHostImpl, remove Animate step from schedulerdanakj2015-12-031-1/+0
* Interface-izes TaskGraphRunner and moves implementation helpers to TaskGraphW...ericrk2015-12-011-5/+3
* Move cc::LayerSettings to cc/layers/layer_settings.h.jbroman2015-11-181-0/+1
* cc: Split Proxy and TaskRunnerProvider for the LayerTreeHostkhushalsagar2015-11-121-3/+9
* cc: Send shared variables between main and impl side using the channelkhushalsagar2015-11-041-0/+3
* Rename legacy 'Layout' methods across Blink and cc.wkorman2015-11-031-1/+1
* cc: Move inter-thread communication in ThreadProxy through ChannelMainkhushalsagar2015-10-281-0/+34
* 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