summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-3/+8
* cc: Don't do full tree sync unless needed with impl painting.danakj@chromium.org2013-02-011-6/+2
* Move page scale ownership to LayerTreeImpl.aelias@chromium.org2013-01-301-1/+17
* Delete zoomed_viewport_offset_ and its users.aelias@chromium.org2013-01-291-27/+0
* Find root scroll layer at tree activationjamesr@chromium.org2013-01-191-1/+2
* cc: Fix resource eviction with impl-side painting.reveman@chromium.org2013-01-171-0/+9
* Separate scrollbar animation controller from scrollbar positioningjamesr@chromium.org2013-01-171-0/+6
* cc: add PaintTimeCounter to keep track of per frame paint timeegraether@chromium.org2013-01-171-0/+1
* Remove top controls layer from cc/.tedchoc@chromium.org2013-01-161-21/+0
* cc: Block the main thread for texture layers during impl-side paintingenne@chromium.org2013-01-161-0/+7
* Add support for calculating the position of the top controls in the cc layer.tedchoc@chromium.org2013-01-161-0/+22
* cc: remove continuous painting invalidations from LayerTreeHostegraether@chromium.org2013-01-151-17/+0
* Separate layer property pushes from tree structure syncs and clean up scrollb...jamesr@chromium.org2013-01-121-26/+6
* Implement a method to access the non-composited content root layer picture pile.leandrogracia@chromium.org2013-01-091-0/+5
* Avoid exposing gl bindings through cc public API headersjamesr@chromium.org2013-01-081-0/+1
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-071-1/+6
* cc: remove loseOutputSurface.danakj@chromium.org2013-01-071-15/+1
* cc: Move more functionality from host to LayerTreeImplenne@chromium.org2013-01-051-3/+3
* cc: Remove all uses of "using namespace std".tfarina@chromium.org2013-01-031-8/+6
* This change adds continuous painting mode to the compositor, which makes it e...egraether@chromium.org2012-12-201-0/+22
* cc: Add pending tree for impl-side paintingenne@chromium.org2012-12-201-6/+25
* Ref count layer animation controllers.vollick@chromium.org2012-12-201-33/+14
* Add API to route end of fling messages from WebLayerTreeView to InputHandleryusufo@chromium.org2012-12-171-0/+5
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-141-1/+1
* Mark layers that can use LCD text based on layer transform and opacity.alokp@chromium.org2012-12-131-1/+1
* [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImplnduca@chromium.org2012-12-121-108/+0
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-1/+2
* Revert 171714 - Use an auxiliary list of animation controllers.vollick@chromium.org2012-12-081-34/+33
* Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...jamesr@chromium.org2012-12-081-1/+1
* With this patch we accomplish the following:vollick@chromium.org2012-12-071-33/+34
* [cc] Move root layer pointer to LayerTreeImplnduca@chromium.org2012-12-061-3/+3
* cc: Initialize boolean with false, not 0.danakj@chromium.org2012-12-061-1/+1
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-24/+22
* Revert 171403danakj@chromium.org2012-12-061-21/+24
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-24/+21
* cc: Allow a renderer to disallow partial texture updates.danakj@chromium.org2012-12-061-6/+19
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-1/+1
* cc: Move --num-raster-threads setting to LayerTreeSettings.reveman@chromium.org2012-12-041-0/+18
* Only do full tree sync if tree is actually changed, otherwise just push prope...jamesr@chromium.org2012-12-041-2/+37
* Migrate the Android compositor to cc::Layer classes.leandrogracia@chromium.org2012-12-031-0/+1
* This change switches the compositor to the new WebLayerTreeViewClient::create...egraether@chromium.org2012-12-011-16/+17
* This change puts all settings for debugging/HudLayer in a new LayerTreeDebugS...egraether@chromium.org2012-11-301-17/+68
* [cc] Rename to --enable-impl-side-painting, route to render process, and expo...nduca@chromium.org2012-11-271-0/+1
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-4/+4
* implTransform needs to scale scroll delta with deviceScaleFactor.wjmaclean@chromium.org2012-11-221-14/+15
* Switched cc::Resource and cc::ScopedResource to Chrome coding style.skaslev@chromium.org2012-11-161-2/+2
* Set contents texture manager's limit to something reasonablejamesr@chromium.org2012-11-151-1/+1
* cc: Visualize non-occluding rects in composited layers.danakj@chromium.org2012-11-151-0/+2
* cc: Add support for debugging layer borders directly in the compositordanakj@chromium.org2012-11-151-0/+1
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-4/+12