summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_common.cc
Commit message (Expand)AuthorAgeFilesLines
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-191-5/+5
* cc: Move CalculateContentsScale from LayerImpl to LayerTreeHostCommonsohan.jyoti@samsung.com2014-06-131-4/+14
* cc: Move tiling management out of draw properties calculation.sohan.jyoti@samsung.com2014-06-131-1/+49
* Do not skip subtrees with wheel or touch handlersvollick@chromium.org2014-06-131-0/+20
* cc: Avoid needless Rect->RectF->Rect conversion in CalcDrawProps.danakj@chromium.org2014-06-121-3/+3
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-18/+14
* Remove hit-testing-only RSLL entriesvollick@chromium.org2014-05-151-12/+3
* Hit test on the layer tree rather than the RSLLvollick@chromium.org2014-05-121-217/+0
* cc: Add a flag to layers that returns true if the layer is in RSLL.vmpstr@chromium.org2014-05-091-21/+78
* Properly reset dirty bits before early-out in PreCalculateMetaInformation.hartmanng@chromium.org2014-05-031-3/+3
* Don't early out in PreCalculateMetaInformationvollick@chromium.org2014-05-011-2/+7
* Change get_child_as_raw_ptr to get_layer_as_raw_ptrvollick@chromium.org2014-04-281-4/+4
* Don't clear render surfaces unnecessarily.vollick@chromium.org2014-04-281-22/+24
* Relax touch hit testing in CC to look at all layers under a pointrbyers@chromium.org2014-04-271-8/+6
* Do main thread hit testing if impl hit testing is affected by occluders.vollick@chromium.org2014-04-171-12/+25
* Stop displaying layers with non-invertible transforms.avallee@chromium.org2014-04-161-0/+17
* Scroll on main if impl-hit testing isn't guaranteed to be correctvollick@chromium.org2014-04-161-15/+45
* Rasterize at maximum scale for scale animations on CPU-rasterized layersajuma@chromium.org2014-04-091-7/+127
* cc: CalculateDrawProperties use device transform scaleboliu@chromium.org2014-04-091-66/+55
* Fix fixed-pos jitter related to physical pixel snapping.aelias@chromium.org2014-04-021-2/+11
* cc: Clean up iterator template to only take 1 parameter.danakj@chromium.org2014-02-281-5/+1
* Update InnerViewportContainerLayer size when top controls move.wjmaclean@chromium.org2014-02-271-1/+1
* Revert "Revert 253606 "Revert 251238 "cc: Clean up iterator template to ...""danakj@chromium.org2014-02-261-1/+5
* Revert 253606 "Revert 251238 "cc: Clean up iterator template to ..."danakj@chromium.org2014-02-261-5/+1
* Revert 251238 "cc: Clean up iterator template to only take 1 par..."danakj@chromium.org2014-02-261-1/+5
* cc: Ensure changes to a Layer's content bounds or scale get pushedajuma@chromium.org2014-02-251-0/+8
* No more sublayer transform in cc.vollick@chromium.org2014-02-161-21/+2
* cc: Clean up iterator template to only take 1 parameter.danakj@chromium.org2014-02-141-5/+1
* Avoid int->float->int conversion in OcclusionTracker for int translates.danakj@chromium.org2014-02-121-6/+5
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-111-17/+13
* Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...dstockwell@chromium.org2014-02-101-12/+17
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-091-17/+12
* [cc] Fix for hidden layers with copy requests getting composited to the screen.miu@chromium.org2014-02-071-21/+21
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-231-4/+4
* [#4] Pass gfx structs by const ref (gfx::PointF)r.kasibhatla@samsung.com2014-01-171-7/+8
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-10/+10
* Remove direct-to-backbuffer Ganesh pathenne@chromium.org2013-12-061-15/+0
* The blink part of this implementation is uploaded at https://codereview.chrom...rosca@adobe.com2013-11-261-0/+36
* cc: Mark render surfaces that ignore outside occlusion.alokp@chromium.org2013-11-171-13/+20
* Revert 232881 "cc: Fix hit-testing in zero-opacity layers."skyostil@google.com2013-11-121-37/+13
* cc: Remove duplicate computation of subtree content-rect.alokp@chromium.org2013-11-071-9/+6
* cc: Fix hit-testing in zero-opacity layers.sadrul@chromium.org2013-11-051-13/+37
* cc: Make scroll compensation take integer snapping into accountenne@chromium.org2013-10-251-9/+23
* cc: Fix touch hit-testing for overlapping layers (in tests).sadrul@chromium.org2013-10-241-27/+14
* cc: Add CalcDrawProps perf testenne@chromium.org2013-10-231-1/+1
* Removed unnecessary condition in if-else expression.alokp@chromium.org2013-10-221-1/+1
* Only allocate temporary layer lists when sorting contributions.vollick@chromium.org2013-10-191-103/+87
* cc: Make UpdateTilePriorities a separate stepenne@chromium.org2013-10-191-17/+0
* Revert "Revert "Allow clipping by scroll parents." and "Improve perf of Calcu...vollick@chromium.org2013-10-171-11/+205
* Revert "Allow clipping by scroll parents." and "Improve perf of CalculateDraw...vollick@chromium.org2013-10-151-205/+11