summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Chromify the Renderer class.danakj@chromium.org2013-03-081-3/+3
* cc: Remove the pageScalePinchZoomEnabled flag.danakj@chromium.org2013-02-261-3/+1
* cc: Add PictureLayerImpl::AsValueenne@chromium.org2013-02-151-0/+16
* cc: Only allow trees created at the current viewport size to draw.aelias@chromium.org2013-02-141-0/+20
* cc: Avoid power of two textures.epenner@chromium.org2013-02-131-0/+4
* [cc] Show GPU memory usage and overage below FPS counternduca@chromium.org2013-02-021-0/+4
* cc: Don't do full tree sync unless needed with impl painting.danakj@chromium.org2013-02-011-15/+16
* Move page scale ownership to LayerTreeImpl.aelias@chromium.org2013-01-301-8/+80
* Delete zoomed_viewport_offset_ and its users.aelias@chromium.org2013-01-291-14/+20
* cc: Don't call base::TimeTicks::Now() for every layer.danakj@chromium.org2013-01-281-0/+4
* cc: Throttle tile priority updates to once a frame.danakj@chromium.org2013-01-271-3/+17
* cc: Give total impl-side page scale to calcDrawProps.danakj@chromium.org2013-01-261-1/+1
* cc: Make updateDrawProperties tree-specificenne@chromium.org2013-01-241-9/+20
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-0/+8
* Make new-style page scale work on Android.aelias@chromium.org2013-01-211-19/+12
* Unbreak max scroll offset in threaded compositing mode.aelias@chromium.org2013-01-211-2/+2
* Find root scroll layer at tree activationjamesr@chromium.org2013-01-191-9/+20
* cc: PaintTimeCounter display on the HudLayer in continuous painting modeegraether@chromium.org2013-01-181-0/+4
* cc: Fix resource eviction with impl-side painting.reveman@chromium.org2013-01-171-1/+16
* Move pending tile priorities to active on tree activationbrianderson@chromium.org2013-01-131-0/+11
* cc: Walk layer tree to determine if pending tree can be activated.reveman@chromium.org2013-01-121-0/+17
* Separate layer property pushes from tree structure syncs and clean up scrollb...jamesr@chromium.org2013-01-121-3/+7
* Refactor pinch-zoom viewport.wjmaclean@chromium.org2013-01-101-3/+3
* cc: Generate tilings at other scales for impl-side paintingenne@chromium.org2013-01-091-0/+4
* cc: Preserve currently scrolling layer during tree activationenne@chromium.org2013-01-091-0/+6
* cc: Make the ScopedPtrVector and ScopedPtrDeque containers act like STL vecto...danakj@chromium.org2013-01-091-1/+1
* cc: Move more functionality from host to LayerTreeImplenne@chromium.org2013-01-051-0/+2
* cc: Support mask layers in impl-side paintingenne@chromium.org2012-12-211-1/+5
* cc: Move updateDrawProperties to LayerTreeImplenne@chromium.org2012-12-201-0/+46
* cc: Update max scroll offset for pending treeenne@chromium.org2012-12-201-0/+47
* Ref count layer animation controllers.vollick@chromium.org2012-12-201-0/+3
* cc: Add some more infrastructure for two treesenne@chromium.org2012-12-161-0/+22
* cc: Add id->LayerImpl map to LayerTreeImplenne@chromium.org2012-12-141-0/+18
* [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImplnduca@chromium.org2012-12-121-0/+53
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-3/+3
* [cc] Move root layer pointer to LayerTreeImplnduca@chromium.org2012-12-061-0/+71