summaryrefslogtreecommitdiffstats
path: root/cc/trees
Commit message (Expand)AuthorAgeFilesLines
* Port ScrollState to LayerListImplvollick2016-03-011-2/+2
* cc : Track changes to transform on compositor on property treesjaydasika2016-03-015-13/+37
* Use LTHI's *_list() accessors whenever possiblevollick2016-03-017-32/+37
* Share animations from compositor to main thread.ymalik2016-03-014-1/+71
* Introduce LayerListImplvollick2016-03-0114-278/+215
* Revert checkerboarding image/no-image metrics.vollick2016-03-011-21/+0
* Remove metric TryScroll.SlowScrolllanwei2016-03-011-6/+0
* cc : Track opacity changes for damage rect without layer tree hierarchyjaydasika2016-03-017-19/+214
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-293-7/+7
* CC Animation: Expose TargetProperty enum to be aliased in Blink Platform.loyso2016-02-2510-82/+87
* content: Improve thread priority for raster threads.reveman2016-02-251-8/+0
* cc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-254-0/+18
* cc: Move tracking of layer_property_changed to main thread (3)jaydasika2016-02-242-16/+11
* CC Animation: Move scrollbar* files to cc/inputloyso2016-02-244-6/+6
* cc: Replace LayerImpl with ScrollNode when updating scrolling info.sunxd2016-02-2210-57/+181
* Reland Allow one-copy and zero-copy task tile worker pools to use compressed ...auygun2016-02-221-2/+2
* cc: Add MainAndImplFrameTimeDelta UMA.brianderson2016-02-202-2/+5
* Delete CalcDrawPropsweiliangc2016-02-1910-1503/+195
* Move LayerType to LayerNode::Typenyquist2016-02-191-1/+1
* Added methods to generate sync tokens for resource id(s).dyen2016-02-181-0/+2
* Use property trees for caculate draw properties perf testweiliangc2016-02-171-3/+3
* In BSPTreePerfTest Avoid Including Empty Bounds Layersweiliangc2016-02-171-1/+1
* Revert of Use property trees for caculate draw properties perf test (patchset...weiliangc2016-02-171-1/+1
* cc :: Move tracking of layer_property_changed to main thread (2)jaydasika2016-02-177-0/+58
* Use property trees for caculate draw properties perf testweiliangc2016-02-161-1/+1
* cc: Move TryScroll from LayerImpl to LayerTreeHostImplsunxd2016-02-168-24/+197
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-161-1/+2
* cc :: Handle clip child getting skipped in PreCalculateMetaInformationjaydasika2016-02-122-6/+39
* Add knowledge about blocking and passive event listeners.dtapuska2016-02-121-0/+9
* Add framework for (de)serialization of images in SkPicturenyquist2016-02-123-1/+19
* cc: Make LayerTreeHostImplTests specify whether to rebuild property trees.sunxd2016-02-111-9/+82
* cc :: Move some tracking of layer_property_changed to main thread.jaydasika2016-02-116-1/+28
* Move MaxScrollOffset to property_treessunxd2016-02-119-110/+355
* Refactor Scroll Customization to share cc::ScrollStateData with blink.tdresser2016-02-104-20/+46
* Remove DelegatedRendererLayerjbauman2016-02-096-2316/+1
* cc: fix for huge filtered render surfaces.senorblanco2016-02-081-0/+63
* cc: Update pending tree when external constraints changeboliu2016-02-082-0/+36
* Communicate whether passive event listeners exist to cc.dtapuska2016-02-0510-25/+79
* cc :: Layer backface visibility determination without layer tree hierarchyjaydasika2016-02-043-57/+133
* cc: Add message types for remote compositor.khushalsagar2016-02-046-12/+347
* Add helper methods to MainThreadScrollingReasons.ymalik2016-02-031-6/+4
* Move main_thread_scrolling_reasons to scroll_tree.sunxd2016-02-036-18/+80
* Move scroll event handlers from layer to layer tree view.dtapuska2016-02-038-15/+42
* Scrolling updates walk up scroll tree instead of layer tree.sunxd2016-02-021-134/+120
* Record scrolling layer in ElementLayers whenever possible.tdresser2016-02-021-22/+9
* cc: Route output surface requests and visiblity calls for the remotekhushalsagar2016-01-306-14/+214
* cc:: Layer with animating opacity should contribute to drawn surfacejaydasika2016-01-294-17/+29
* Move have_wheel_event_handlers to WebLayerTreeView.dtapuska2016-01-2911-64/+54
* cc :: Fix sublayer scale bug when we have scroll parentsjaydasika2016-01-292-16/+52
* cc:: Add remote mode to the compositor.khushalsagar2016-01-2922-76/+1016