summaryrefslogtreecommitdiffstats
path: root/cc/layer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-528/+0
* Part 8 of cc/ directory shuffles: resourcesjamesr@chromium.org2013-03-181-1/+1
* Part 6 of cc/ directory shuffles: quadsjamesr@chromium.org2013-03-181-2/+2
* Part 5 of cc/ directory shuffles: inputjamesr@chromium.org2013-03-181-1/+1
* Part 3 of cc/ directory shuffles: animationjamesr@chromium.org2013-03-181-2/+2
* Part 1 of cc/ directory shuffles: basejamesr@chromium.org2013-03-181-3/+3
* Fix viewport and scrollbars for top-controls hiding.aelias@chromium.org2013-03-151-0/+2
* Do not push properties that are animated on impl only.vollick@chromium.org2013-03-131-0/+2
* cc: Chromify Layer and LayerImpl classes.danakj@chromium.org2013-03-121-340/+423
* cc: Make damage on delegated frame damage the host layer.danakj@chromium.org2013-02-281-3/+3
* cc: Give mask and replica layers a parent.danakj@chromium.org2013-02-221-1/+0
* cc: Add PictureLayerImpl::AsValueenne@chromium.org2013-02-151-0/+5
* cc: Deblur layers that animate-scale-down on creation.danakj@chromium.org2013-02-061-0/+1
* Fix typo in layer_impl.hqiankun.miao@intel.com2013-02-041-1/+1
* cc: Throttle tile priority updates to once a frame.danakj@chromium.org2013-01-271-1/+2
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-7/+12
* Separate scrollbar animation controller from scrollbar positioningjamesr@chromium.org2013-01-171-5/+13
* Move pending tile priorities to active on tree activationbrianderson@chromium.org2013-01-131-0/+1
* cc: Walk layer tree to determine if pending tree can be activated.reveman@chromium.org2013-01-121-0/+2
* This patch prevents the creation of some render targets by informing the logi...whunt@chromium.org2013-01-091-0/+2
* Implement a method to access the non-composited content root layer picture pile.leandrogracia@chromium.org2013-01-091-0/+3
* cc: Use maximum tiling contents scales for picture layer scaleenne@chromium.org2013-01-081-0/+6
* We don't want to tick animation controllers for non-active layersvollick@chromium.org2013-01-071-0/+1
* cc: Update max scroll offset for pending treeenne@chromium.org2012-12-201-1/+1
* Ref count layer animation controllers.vollick@chromium.org2012-12-201-8/+10
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-181-1/+1
* cc: Refactor content scale/bounds into draw propertiesenne@chromium.org2012-12-161-8/+3
* cc: Add id->LayerImpl map to LayerTreeImplenne@chromium.org2012-12-141-0/+3
* Mark layers that can use LCD text based on layer transform and opacity.alokp@chromium.org2012-12-131-4/+2
* Move second internal recursion to a precomputation in layer_tree_host_common.ccshawnsingh@google.com2012-12-121-5/+1
* [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImplnduca@chromium.org2012-12-121-1/+0
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-5/+7
* cc: Remove dangerous LayerImpl::removeFromParentenne@chromium.org2012-12-101-1/+1
* cc: Split out calcDrawEtc from drawLayersenne@chromium.org2012-12-091-0/+5
* Revert 171714 - Use an auxiliary list of animation controllers.vollick@chromium.org2012-12-081-5/+10
* Added LayerTreeHostImpl::layerTreeAsJson which serializes a layer treeskaslev@chromium.org2012-12-081-0/+5
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-4/+3
* With this patch we accomplish the following:vollick@chromium.org2012-12-071-11/+6
* Move LayerSorter to exist locally only in layer_tree_host_commonshawnsingh@google.com2012-12-071-3/+0
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-3/+3
* Revert 171403danakj@chromium.org2012-12-061-3/+3
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-3/+3
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-59/+24
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-041-3/+5
* Don't create render passes for transparent images.skaslev@chromium.org2012-11-301-4/+8
* cc: Add a didUpdateTransforms function to LayerImplenne@chromium.org2012-11-281-0/+2
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-18/+18
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-1/+11
* cc: Don't return non-const Layer* from a const Layer.danakj@chromium.org2012-11-211-6/+12
* cc: Add support for debugging layer borders directly in the compositordanakj@chromium.org2012-11-151-11/+5