summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Prevent tiles that are required for activation from being placed in NEVER...reveman@chromium.org2014-05-224-11/+35
* cc: Allow DeferredInitialize to use DelegatingRendererboliu@chromium.org2014-05-2214-36/+102
* cc: Add testing stubs for proxy testsimonhong@chromium.org2014-05-226-110/+318
* cc: removeLayerTreeHostTestFinishAllRenderingsimonhong@chromium.org2014-05-221-41/+0
* Make delegated software renderer work on Macccameron@chromium.org2014-05-215-15/+23
* Remove unused function in PictureLayerTilingenne@chromium.org2014-05-212-10/+1
* cc: Remove CreateAndInitializeOutputSurface from the Proxy interface.danakj@chromium.org2014-05-209-35/+23
* cc: Move gpu rasterization flag from tree-impl to tree-host-impl.alokp@chromium.org2014-05-2010-67/+99
* Remove forced commit and readback from the scheduler.danakj@chromium.org2014-05-209-807/+195
* cc: fix another data race in RenderingStatsInstrumentation.ernstm@chromium.org2014-05-202-8/+19
* cc: Reset raster scale if we didn't sync high res tiling.vmpstr@chromium.org2014-05-205-13/+88
* Adding gtest helpers for BeginFrameArgs.mithro@mithis.com2014-05-196-5/+114
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-171-5/+3
* Reland "cc: Remove layers that are not drawn from tile manager."vmpstr@chromium.org2014-05-173-0/+20
* Remove null layer_tree_host() checks in ThreadProxy.danakj@chromium.org2014-05-171-9/+0
* Do SetNeedsCommit() instead of Composite() in threaded mode.danakj@chromium.org2014-05-161-5/+3
* Merge SingleThreadProxy::CommitAndComposite into CompositeImmediately.danakj@chromium.org2014-05-162-35/+23
* Use LayerTreeHostImpl id instead of its address as id in trace eventscaseq@chromium.org2014-05-161-5/+7
* cc: CapturePostTask in SingleThreadProxy::Stopboliu@chromium.org2014-05-161-0/+1
* Do not use MockQuadCuller when only testing with RenderPassweiliangc@chromium.org2014-05-165-43/+37
* cc: Change tile manager perftest to use layers.vmpstr@chromium.org2014-05-166-182/+202
* Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.danakj@chromium.org2014-05-1532-1416/+171
* Make ui::Snapshot asynchronous on Android, remove CompositeAndReadback.danakj@chromium.org2014-05-154-4/+2
* Remove hit-testing-only RSLL entriesvollick@chromium.org2014-05-1512-226/+7
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-1516-439/+490
* Make LayerScrollOffsetDelegate updates consistent.mkosiba@chromium.org2014-05-157-84/+80
* cc: Remove unused variable in PictureLayerImpl::AppendQuads.sohan.jyoti@samsung.com2014-05-151-1/+0
* cc: fix data race in RenderingStatsInstrumentation.ernstm@chromium.org2014-05-151-0/+2
* cc: Require high res tiles to activate when active twin has different bounds.reveman@chromium.org2014-05-142-3/+23
* setLocalMatrix is deprecated, so pass the matrix to the factoryreed@google.com2014-05-141-8/+6
* Revert "cc: Remove layers that are not drawn from tile manager."vmpstr@chromium.org2014-05-143-22/+0
* Revert 270265 "cc: Fail more visibly when sync queries are not w..."kbr@chromium.org2014-05-141-18/+0
* cc: Fail more visibly when sync queries are not working correctly.reveman@chromium.org2014-05-141-0/+18
* cc: Remove redundant ActivatePendingTree methodsimonhong@chromium.org2014-05-142-6/+1
* cc: Remove layers that are not drawn from tile manager.vmpstr@chromium.org2014-05-133-0/+22
* cc: Set requires high res upon becoming visiblevmpstr@chromium.org2014-05-132-2/+23
* cc: Remove AccelContentPaintDurationMS and related histos.sohan.jyoti@samsung.com2014-05-131-20/+0
* Use LapTimer in rasterize_and_record micro benchmark.dominikg@chromium.org2014-05-1316-49/+68
* cc: Removed deadcode GlRenderer::InitializeGrContext.alokp@chromium.org2014-05-131-1/+0
* cc: Discard SkCanvas (frame-buffer) before rasterization.alokp@chromium.org2014-05-132-0/+2
* Make --enable-delegated-renderer show stuff on Macccameron@chromium.org2014-05-131-1/+0
* Expose default ctor of SQS and remove Create and Copy funciton of SQSweiliangc@chromium.org2014-05-124-21/+11
* cc: Fix tile manager raster tile iterator perftest.vmpstr@chromium.org2014-05-121-4/+5
* Hit test on the layer tree rather than the RSLLvollick@chromium.org2014-05-1213-2410/+2583
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-1224-476/+376
* Revert 261000 "Re-raster GPU-rasterized layers during scale animations"ajuma@chromium.org2014-05-112-63/+2
* cc: fix pre-painting trigger for GPU rasterizationernstm@chromium.org2014-05-112-10/+10
* Use Async readbacks in the SoftwareRenderer unit tests.danakj@chromium.org2014-05-111-106/+105
* Add a trace to output the scheduler settings.mithro@mithis.com2014-05-113-0/+27
* Use factory methods for Skia effects in unit tests.dominikg@chromium.org2014-05-115-15/+14