summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Call modify tile priorities once per UpdateTiles/DidBecomeActive.vmpstr2014-12-291-2/+5
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-221-18/+5
* Introduce Property Treesvollick2014-12-171-0/+8
* Render surface's owning layer should not generate quads with blend mode.rosca2014-11-091-0/+3
* Only call UpdateScrollOffsetDelegate once on setting delegate.bokan2014-10-241-0/+1
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-3/+3
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-16/+14
* cc: Plumb group id through animation creation and start/finish notificationsdstockwell2014-10-161-4/+5
* Include mask texture size in RenderPassDrawQuadenne2014-10-161-1/+2
* cc: Replace > > with >>danakj2014-10-161-2/+2
* Hide scrollbars when their dimensions are not scrollable.timav2014-10-151-0/+3
* Respect user_scrollable disabling in pinch-virtual-viewport mode.aelias2014-10-141-0/+4
* Made top controls work with virtual viewport pinch-to-zoom. (Chromium)bokan2014-10-131-0/+3
* cc: Stop converting update rect from int to float to int.danakj2014-10-111-4/+3
* cc: Damage layer on delegated scrollboliu2014-10-101-0/+1
* Revert of "Converted LayerImpl::bounds() to return SizeF."bokan2014-10-081-1/+4
* cc: Pass Occlusion instead of OcclusionTracker to LayerImplsvmpstr2014-10-071-1/+1
* [Android]Increase Scrollbar fade delay on Resize.sataya.m2014-10-071-2/+3
* Converted LayerImpl::bounds() to return SizeF.bokan2014-10-071-4/+1
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-9/+9
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-14/+15
* cc: Use visible_rect_for_tile_priority_ where approriateboliu2014-10-011-1/+2
* Reland of: cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-111-2/+2
* Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (pa...courage2014-09-101-2/+2
* cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-101-2/+2
* cc: Report only on active tiles in tracing.vmpstr2014-08-271-0/+1
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-221-3/+4
* Replace overdraw_bottom_height with top_controls_layout_height.aelias@chromium.org2014-08-221-6/+3
* cc: Replace Region with SimpleEnclosedRegion for occlusion trackingdanakj@chromium.org2014-08-221-1/+2
* Keeping track of descendants that draw content instead of recalcualtingawoloszyn@chromium.org2014-08-111-0/+4
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-3/+3
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-3/+3
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-3/+3
* Impl thread smooth scrolling.skobes@chromium.org2014-07-101-1/+11
* Skip occluded tiles during rasterization.jbedley@chromium.org2014-06-231-1/+2
* Removed QuadSink and MockQuadCullerweiliangc@chromium.org2014-06-231-4/+6
* cc: Pass scaled bounds to debug border quads for drawing.sohan.jyoti@samsung.com2014-06-201-0/+2
* cc: Don't add new tilings while syncing a tiling.danakj@chromium.org2014-06-201-1/+1
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-191-3/+9
* cc: Move CalculateContentsScale from LayerImpl to LayerTreeHostCommonsohan.jyoti@samsung.com2014-06-131-9/+0
* cc: Remove EnsureRenderSurfaceLayerList, do UpdateDrawProps when needed.danakj@chromium.org2014-06-131-2/+0
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-7/+4
* Re-land: cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-271-1/+1
* Revert 272635 "cc: Examine layers to determine if we're ready to..."kbr@chromium.org2014-05-241-1/+1
* cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-231-1/+1
* Make LayerScrollOffsetDelegate updates consistent.mkosiba@chromium.org2014-05-151-3/+11
* cc: Add a flag to layers that returns true if the layer is in RSLL.vmpstr@chromium.org2014-05-091-0/+2
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-071-1/+1
* cc: Make LTHI::NotifyTileInitialized more generic.vmpstr@chromium.org2014-04-301-0/+2
* cc: Add support for partial swaps when using impl-side painting by only sohan.jyoti@samsung.com2014-04-291-0/+7