summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_common.cc
Commit message (Expand)AuthorAgeFilesLines
* (De)-serialize BeginMainFrameAndCommitState to protobuf.khushalsagar2016-01-151-0/+46
* cc: Use effect tree to track the number of copy requestssunxd2016-01-111-5/+1
* Switch to standard integer types in cc/.avi2015-12-211-0/+2
* cc:: Give a valid transform tree index to mask layers.jaydasika2015-12-181-0/+2
* Jitter Measurementjaydasika2015-12-091-49/+122
* Create RenderSurface on Effect Treeweiliangc2015-12-091-199/+14
* Revert of Create RenderSurface on Effect Tree (patchset #7 id:120001 of https...weiliangc2015-12-081-14/+199
* Create RenderSurface on Effect Treeweiliangc2015-12-071-200/+14
* Reland: Enable compositor-thread property treesajuma2015-12-061-1/+1
* cc: Make property trees support elastic overscrollajuma2015-12-041-5/+14
* cc: Fix screen space transform computation for non-drawn layersajuma2015-12-011-1/+2
* cc: Fix draw transform computation for non-drawn layersajuma2015-11-301-11/+23
* Revert of Enable compositor-thread property trees (patchset #1 id:1 of https:...ccameron2015-11-241-1/+1
* Enable compositor-thread property treesajuma2015-11-191-1/+1
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-6/+6
* cc::Fix unit test that fail when we enable impl property treesjaydasika2015-11-171-0/+7
* cc::Fix computation of surface backfacing-ness when using property treesjaydasika2015-11-101-8/+13
* cc: Fix computation of layer backfacing-ness when using property treesajuma2015-11-091-6/+20
* Fixed the bug that window capture clipped the content when the windowxjz2015-11-061-3/+8
* Revert of Fixed the bug that window capture clipped the content when the wind...nhiroki2015-11-051-3/+0
* Fixed the bug that window capture clipped the content when the windowxjz2015-11-051-0/+3
* Add a flag for enabling compositor property treesajuma2015-11-051-19/+77
* Turn on property tree verification for PictureLayerImplTestsjaydasika2015-10-301-2/+9
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-281-2/+2
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-2/+2
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-2/+2
* Include device transform scale in transform node's sublayer scalejaydasika2015-10-231-0/+2
* cc: Make property trees support external transformsjaydasika2015-10-231-1/+4
* cc: Make property trees support external viewportsajuma2015-10-211-0/+3
* Intersect surface content rect from property trees with clip rect of target.jaydasika2015-10-201-66/+56
* cc: Make property trees support resourceless draw modeajuma2015-10-191-3/+5
* Don't call gfx::ToEnclosedRect with a rect that has NaN coordinates.jaydasika2015-10-151-1/+1
* Page scale factor update in property trees when page scale layer is rootjaydasika2015-10-091-3/+4
* Update page scale factor in property before calling ComputeVisibleRectsjaydasika2015-10-071-0/+7
* Don't skip subtree with input handler while calculating visible rectsjaydasika2015-10-011-3/+3
* Clip rect when the target of unclipped render surface is also unclippedjaydasika2015-10-011-18/+18
* cc: Compute is_clipped using the clip treeajuma2015-09-301-1/+2
* cc: Synchronize num copy requests to LayerImplenne2015-09-251-3/+5
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-1/+2
* Revert of cc: Synchronize num copy requests to LayerImpl (patchset #1 id:1 of...enne2015-09-221-5/+3
* cc: Synchronize num copy requests to LayerImplenne2015-09-221-3/+5
* cc: Remove unused Layer::num_children_with_scroll_parentenne2015-09-211-6/+0
* Undo scroll snap on to_parent at the start of new frame.jaydasika2015-09-101-6/+0
* cc: Remove implicit conversions from Rect to RectF in src/cc/.danakj2015-09-051-2/+2
* cc: Avoid duplicate work when computing draw properties using property treesajuma2015-09-041-110/+63
* cc: Detemplatize DrawPropertiesenne2015-08-291-3/+3
* cc: Remove Layer::draw_propertiesenne2015-08-281-9/+3
* Reduce rects equality measurement tolerance from 3 to 1. Thisjaydasika2015-08-281-1/+1
* Update Viewport Clip in LayerTreeHostImpl::SetViewportSizejaydasika2015-08-281-1/+1
* Compute Nearest Occlusion Immune Ancestor Outside CDPjaydasika2015-08-251-28/+22