summaryrefslogtreecommitdiffstats
path: root/cc/trees
Commit message (Expand)AuthorAgeFilesLines
* cc: Get BeginFrameArgs for BeginMainFrame while inside an impl frame.mithro2015-05-012-7/+17
* cc: Track SkPicture memory usage of the active tree using UMA.jbroman2015-04-301-0/+8
* cc: Make LTHI::LayerTreeSettings constenne2015-04-291-1/+1
* cc: Remove tile sharing from tilings.vmpstr2015-04-291-11/+13
* Allow cc::STP::SetNeedsAnimate to request another commit from a commitbrianderson2015-04-293-3/+13
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+2
* Reconcile property tree and CDP layer skipping logicvollick2015-04-272-56/+341
* Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of ht...vmpstr2015-04-271-13/+11
* cc: Fix property tree position updates when rebuilding is skippedajuma2015-04-245-32/+98
* cc: Make SingleThreadProxy ignore commit requests inside Layout().danakj2015-04-243-18/+68
* Fix ApproximatelyEqual for transformsvollick2015-04-241-1/+1
* cc: Remove tile sharing from tilings.vmpstr2015-04-241-11/+13
* Plumb selection bounds as a single unitjdduke2015-04-237-176/+166
* Rename InputLatency::ScrollUpdate to Latency::ScrollUpdatemiletus2015-04-231-1/+1
* CDP inputs should own the device transformvollick2015-04-231-3/+2
* cc: Update pre_local transform when transform origin changesajuma2015-04-234-3/+36
* Append input event type as trace event's namemiletus2015-04-231-3/+2
* cc: Only compute transforms and clips when they might have changedajuma2015-04-215-1/+24
* Only record PT vs CDP performance if we may build property trees.vollick2015-04-211-21/+33
* cc: Don't claim ownership of resources in the pending tree.danakj2015-04-201-2/+96
* Fix approximately equal check for rectsvollick2015-04-201-1/+8
* cc: Commit property trees to the compositor threadenne2015-04-2010-170/+478
* Reuse property treesvollick2015-04-178-27/+155
* cc: Add support for sending BeginFrames for video.sunnyps2015-04-169-0/+54
* Make TransformTree::CombineTransformsBetween run fasterjaydasika2015-04-162-1/+39
* Make ScrollUpdate LatencyInfo's sequence number less likely to have conflictsmiletus2015-04-161-2/+4
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-163-12/+12
* Speculative revert by sheriffBartosz Fabianowski2015-04-163-12/+12
* cc: Don't count PreCalculateMetaInformation as part of CalcDrawPropsajuma2015-04-151-2/+1
* cc: Make DisplayItemList::Append replay into an SkPictureajuma2015-04-153-12/+12
* cc: Remove orphaned RenderPasses and RenderPassDrawQuads from frames.danakj2015-04-144-813/+692
* Don't use is_clipped in property tree building code.vollick2015-04-141-9/+28
* cc: Remove use of MessageLoopProxyskyostil2015-04-136-20/+31
* cc: Re-use transforms from transform nodes when computing clipsajuma2015-04-131-8/+28
* Remove DeferredInitialize from ccboliu2015-04-114-298/+16
* cc: Remove duplicate call in AddTransformNodeIfNeededajuma2015-04-111-1/+1
* cc: Re-use transforms from transform nodes when computing visible rectsajuma2015-04-104-19/+171
* Only allow change-of-basis between transform nodes on the same ancestor chainjaydasika2015-04-093-125/+5
* Update matrix distance metric to account for snapping.vollick2015-04-091-2/+18
* cc: Only check axis alignment when we really need toajuma2015-04-091-11/+17
* cc: Remove background ticking from LTHI.mithro2015-04-091-281/+0
* cc: Plumbing for storing property treesenne2015-04-0910-38/+54
* Revert of cc: Re-use transforms from transform nodes when computing visible r...ajuma2015-04-091-26/+10
* Clean up some dead codehush2015-04-091-4/+0
* Improve DCHECK in PropertyTree::UpdateSnappingvollick2015-04-081-1/+2
* cc: Re-use transforms from transform nodes when computing visible rectsajuma2015-04-071-10/+26
* Refactor delegated scrolling in LayerImplhush2015-04-074-167/+141
* cc: Remove all traces of synchronous GPU rasterizationhendrikw2015-04-045-96/+10
* cc: Add main frame timing info to frame timing tracker.vmpstr2015-04-037-12/+96
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-028-1/+50