summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Misc animation refactoringsunnyps2015-02-261-17/+10
* cc: Make scrollbar animations not require traversing the layer tree.sunnyps2015-02-251-23/+25
* Notify main-thread of top controls state/height changes instead of CC.majidvp2015-02-231-0/+2
* Fix Enum Style Throughout CC.ericrk2015-02-201-32/+27
* cc: Stop using TextureUploader for UIResources, HUD, and tests.danakj2015-02-191-10/+5
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-191-3/+7
* Break down end-to-end scroll update latency UMA metricsmiletus2015-02-181-2/+9
* cc: Commit directly to active tree when using single thread.danakj2015-02-171-7/+1
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-141-15/+2
* cc: Add threaded GPU rasterization.vmiura2015-02-141-1/+1
* cc: Fix bug in generating picture layer pairs from 2 lists.danakj2015-02-131-3/+6
* cc: Make occlusion a draw property.danakj2015-02-131-48/+27
* [Android] Disable pull-to-refresh with overflow-y:hiddenjdduke2015-02-121-0/+10
* cc: Move occlusion debug rects into the debug layer borders.danakj2015-02-121-11/+0
* cc: Stop passing OcclusionTracker to RenderSurfaceImpl.danakj2015-02-111-12/+33
* cc: Move the picture_layers_ list from LayerTreeHostImpl to the trees.danakj2015-02-111-41/+18
* cc: Remove some GetTrees in favor of layer_tree_impl()->Is*Treevmpstr2015-02-101-3/+4
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-091-11/+12
* Normalize top controls offset to (0, 1), Chromium-side.aelias2015-02-071-32/+22
* cc: Split ReleaseResources into Release and Recreate.vmpstr2015-02-051-2/+17
* Add initial CC support for scroll-blocks-onrbyers2015-02-051-12/+33
* cc: Trace the viewport size changing.danakj2015-02-051-0/+4
* Move LayerTreeHostImpl::SetVisible trace to "cc" from "webkit".danakj2015-02-051-6/+3
* Remove scroll_delta flooring hackmiletus2015-02-041-1/+1
* Always force swap for SurfaceDisplayOutputSurface.jbauman2015-02-041-0/+1
* Add a command-line flag to enable threaded GPU rasterization.vmiura2015-02-031-1/+2
* cc: Record frame timing composite events in the tracker.vmpstr2015-02-031-1/+19
* Move touchpad pinch synthetic wheel event generation to Blinkccameron2015-02-021-0/+12
* cc: Refactor additional code from BuildRasterQueue.vmpstr2015-02-021-28/+17
* Convert scroll offsets to use SyncedProperty.aelias2015-01-311-17/+17
* cc: Remove the RenderPassId field from AppendQuadsData.danakj2015-01-291-2/+1
* cc: Change the activation/ready for draw check from layer to queue.vmpstr2015-01-281-12/+17
* Mechanical rename of tracing includes for /ccprimiano2015-01-281-1/+1
* Add a command-line flag to set GPU rasterization multisampling.senorblanco2015-01-271-1/+2
* Remove the default format from ResourcePool.peterp2015-01-271-15/+8
* Reland: Add more trace events to "benchmark" categorymiletus2015-01-261-1/+1
* Use local render surface variableqiankun.miao2015-01-261-1/+1
* cc: Make eviction queue building consistent with raster.vmpstr2015-01-231-2/+4
* cc: Split RasterTilePriorityQueue into required and all based on type.vmpstr2015-01-231-4/+6
* Check output_surface_ is not null before calling ForceReclaimResourcesjbauman2015-01-221-1/+1
* Revert of Add more trace events to "benchmark" category (patchset #4 id:50001...miletus2015-01-221-1/+1
* Add more trace events to "benchmark" categorymiletus2015-01-221-1/+1
* Remove support for custom overscroll backgroundccameron2015-01-221-53/+1
* [Android] Show autofill popup after animation.rouslan2015-01-221-0/+1
* cc: refactor of MathUtil::AddToTracedValuejungjik.lee2015-01-211-3/+2
* cc: Split tiling set raster queues into all and required.vmpstr2015-01-121-2/+3
* Enable partial texture upload support for browser compositor with Surfacesjbauman2015-01-091-0/+6
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-1/+1
* cc: GPU rasterize tiles synchronously in PrepareToDrawhendrikw2015-01-031-11/+24
* Clean up parameterization of cc/content scroll elasticityccameron2014-12-301-2/+4