summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add PictureLayerImpl::AsValueenne@chromium.org2013-02-151-0/+1
* cc: Only allow trees created at the current viewport size to draw.aelias@chromium.org2013-02-141-0/+7
* Have a common implementation of cc::OutputSurface instead of multiple duplica...skaslev@chromium.org2013-02-131-4/+4
* cc: Prevent premature activation during prefer smoothnessnduca@chromium.org2013-02-131-5/+13
* [cc] Trace detailed tile info when --trace-all-rendered-framesnduca@chromium.org2013-02-121-20/+49
* Move event generation from LayerAnimationController::animate to a new methodajuma@chromium.org2013-02-081-5/+18
* cc: Make recordRenderingStats on TileManager toggleableegraether@chromium.org2013-02-081-3/+14
* Rework top controls movement to simplify the logic.tedchoc@chromium.org2013-02-071-2/+0
* cc: Fix paint time collection for continuous painting modeegraether@chromium.org2013-02-061-1/+1
* cc: Only reduce amount of wasted memory during pending tree activation.reveman@google.com2013-02-061-6/+3
* Adjust fling velocity correctly by page scale.aelias@chromium.org2013-02-061-6/+6
* cc: Add cheapness predictor success histogramvmpstr@chromium.org2013-02-061-1/+1
* cc: Deblur layers that animate-scale-down on creation.danakj@chromium.org2013-02-061-9/+5
* cc: Prevent use of deleted textures when using impl-side painting.reveman@chromium.org2013-02-041-0/+7
* [cc] Show GPU memory usage and overage below FPS counternduca@chromium.org2013-02-021-0/+7
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-1/+1
* Convert top controls to use DIP instead of PX.tedchoc@chromium.org2013-02-011-1/+1
* cc: Don't do full tree sync unless needed with impl painting.danakj@chromium.org2013-02-011-1/+2
* Added a UMA metric to track slow path scrolling.clholgat@chromium.org2013-02-011-1/+5
* Add a bit to not bubble scrolls to parent scrolling layersyusufo@chromium.org2013-01-311-2/+15
* Move page scale ownership to LayerTreeImpl.aelias@chromium.org2013-01-301-96/+39
* Delete zoomed_viewport_offset_ and its users.aelias@chromium.org2013-01-291-25/+8
* cc: Don't call base::TimeTicks::Now() for every layer.danakj@chromium.org2013-01-281-0/+13
* [cc] Add tracing for tree activation statenduca@chromium.org2013-01-281-0/+25
* cc: Prevent tree activation hang when out of memory.reveman@chromium.org2013-01-281-2/+6
* cc: Throttle tile priority updates to once a frame.danakj@chromium.org2013-01-271-4/+4
* cc: Sync HUD layer to active tree in impl painting.danakj@chromium.org2013-01-261-0/+4
* cc: Make updateDrawProperties tree-specificenne@chromium.org2013-01-241-51/+48
* cc: Remove duplicate tree priority counter.reveman@chromium.org2013-01-231-1/+0
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-10/+29
* cc: Unify context losing machinerydanakj@chromium.org2013-01-231-0/+1
* cc: Fix inappropriate use of term "texture".reveman@chromium.org2013-01-231-5/+5
* cc: Have smoothness take priority during scroll and pinch zoom.reveman@chromium.org2013-01-221-0/+4
* cc: Stop using drawableContentRect for occlusion.danakj@chromium.org2013-01-221-2/+1
* cc: Add "new content takes priority" setting to GlobalStateThatImpactsTilePri...reveman@chromium.org2013-01-211-0/+16
* Make new-style page scale work on Android.aelias@chromium.org2013-01-211-12/+8
* cc: Use the size of the source frame along with the source frame's renderpassesdanakj@chromium.org2013-01-201-0/+1
* Find root scroll layer at tree activationjamesr@chromium.org2013-01-191-8/+13
* cc: Redraw incomplete frames when new texture uploads finishbrianderson@chromium.org2013-01-181-8/+17
* cc: Fix resource eviction with impl-side painting.reveman@chromium.org2013-01-171-15/+4
* Separate scrollbar animation controller from scrollbar positioningjamesr@chromium.org2013-01-171-7/+3
* cc: add PaintTimeCounter to keep track of per frame paint timeegraether@chromium.org2013-01-171-0/+7
* This change makes the timestamp saving functionality of the FrameRateCounter ...egraether@chromium.org2013-01-161-3/+1
* Add support for calculating the position of the top controls in the cc layer.tedchoc@chromium.org2013-01-161-0/+30
* cc: Implement DelegatingRender::drawFrame() method.danakj@chromium.org2013-01-161-7/+8
* cc: Fix lost context handling when using impl-side painting.reveman@chromium.org2013-01-161-3/+6
* Move pending tile priorities to active on tree activationbrianderson@chromium.org2013-01-131-0/+2
* Decouple texture upload checks, tree activation, and drawing.brianderson@chromium.org2013-01-121-22/+13
* cc: Walk layer tree to determine if pending tree can be activated.reveman@chromium.org2013-01-121-8/+5
* LTHI's bg animation timer should set the fake thread to impl.vollick@chromium.org2013-01-101-0/+18