summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_unittest_copyrequest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc:: Add remote mode to the compositor.khushalsagar2016-01-291-6/+6
* Converted cc and mailbox output surface to use new sync tokens.dyen2016-01-081-1/+5
* Switch to standard integer types in cc/.avi2015-12-211-0/+2
* cc: Fix flakiness in LayerTreeHostCopyRequestTestLostOutputSurfacedanakj2015-12-151-41/+46
* cc: Wait for callback indicating that copy is completeccameron2015-12-101-10/+4
* cc: Use compositor mode in LayerTreeTestskhushalsagar2015-12-091-6/+6
* cc: Explicitly initialize member variables in test.danakj2015-12-081-2/+2
* cc: Force commit on the frame after a copy requestccameron2015-12-031-6/+78
* cc: Fix draw transform computation for non-drawn layersajuma2015-11-301-0/+53
* Turn off computation of the interest rect in cc in synchronized paint mode.chrishtr2015-11-241-0/+11
* cc: Remove calls to Pass() on rvalues.danakj2015-11-201-1/+1
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-4/+4
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-4/+4
* cc: Split Proxy and TaskRunnerProvider for the LayerTreeHostkhushalsagar2015-11-121-7/+7
* Fixed the bug that window capture clipped the content when the windowxjz2015-11-061-3/+3
* Revert of Fixed the bug that window capture clipped the content when the wind...nhiroki2015-11-051-3/+3
* Fixed the bug that window capture clipped the content when the windowxjz2015-11-051-3/+3
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-10/+10
* cc: Make conversions from gfx::Point to PointF explicit.danakj2015-10-201-1/+1
* cc: Handle out-of-order returns from copy requestsqiangchen2015-10-191-20/+51
* cc: Re-enable all LayerTreeHostCopyRequestTestMultipleRequests tests.danakj2015-06-251-2/+1
* cc: Detemplatize LayerIteratorenne2015-06-181-4/+3
* Abort copy requests from never-drawn treesenne2015-06-121-4/+17
* cc: Remove the non-implside flavour of LayerTreeTests.Dana Jansens2015-06-121-11/+11
* cc: Make unittests use FakePictureLayer instead of FakeContentLayer.danakj2015-06-051-62/+64
* CC: Plumb LayerSettings parameter for cc::Layer construction.loyso2015-05-251-28/+29
* cc: Fix flakiness in LayerTreeHostCopyRequestTestMultipleDrawsHiddenCopyRequestdanakj2015-01-291-6/+19
* cc: Dirty the RenderSurfaceLayerList when taking copy requests.danakj2015-01-291-0/+104
* Disable flaky test LayerTreeHostCopyRequestTestMultipleRequests.GLRenderer_Ru...Ryan Hamilton2015-01-131-1/+2
* Move output surface fallback from cc to embeddersenne2014-12-101-6/+3
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-53/+51
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-48/+48
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-221-2/+2
* Ensure IsActiveTree() and IsPendingTree() queries work in ~LayerImpl().danakj@chromium.org2014-02-061-0/+71
* Rename and unify paths for LayerTreeTest::CreateFakeOutputSurface.danakj@chromium.org2014-02-051-17/+10
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-031-1/+2
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-211-2/+1
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-181-1/+2
* Decouple cc::FakeWebGraphicsContext3D from blink::WGC3Djamesr@chromium.org2014-01-101-2/+3
* cc: Prevent use after free of LayerImpl that had a copy request.danakj@chromium.org2013-12-121-0/+77
* cc: Allow copy requests to provide a texture.danakj@chromium.org2013-12-031-0/+831