summaryrefslogtreecommitdiffstats
path: root/cc/layer.h
Commit message (Expand)AuthorAgeFilesLines
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-488/+0
* Part 7 of cc/ directory shuffles: treesjamesr@chromium.org2013-03-181-1/+1
* Part 3 of cc/ directory shuffles: animationjamesr@chromium.org2013-03-181-3/+3
* Part 1 of cc/ directory shuffles: basejamesr@chromium.org2013-03-181-2/+2
* Implement pinch-zoom scaling for main-frame scrollbars and pinch-zoom overlay...wjmaclean@chromium.org2013-03-151-0/+5
* cc: Chromify Layer and LayerImpl classes.danakj@chromium.org2013-03-121-326/+396
* cc: Chromify the Animation and LayerAnimationController classesdanakj@chromium.org2013-03-121-3/+3
* Allow impl-only animations, and return opacity values via AnimationEvents.wjmaclean@chromium.org2013-03-071-0/+1
* cc: Remove Layer::didUpdateBoundsenne@chromium.org2013-02-271-2/+0
* cc: Give mask and replica layers a parent.danakj@chromium.org2013-02-221-1/+1
* cc: Deblur layers that animate-scale-down on creation.danakj@chromium.org2013-02-061-0/+1
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-1/+1
* cc: Minor clean up in Layer tree code.tfarina@chromium.org2013-01-291-2/+0
* cc: Changing layer properties should not invalidate.danakj@chromium.org2013-01-291-1/+3
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-2/+4
* cc: Block the main thread for texture layers during impl-side paintingenne@chromium.org2013-01-161-0/+2
* Remove flags for nonFastScrollable and touchEventHandler regions getting changedyusufo@chromium.org2013-01-101-4/+0
* This patch prevents the creation of some render targets by informing the logi...whunt@chromium.org2013-01-091-0/+2
* Rename ActiveAnimation -> Animationvollick@chromium.org2013-01-071-2/+2
* We don't want to tick animation controllers for non-active layersvollick@chromium.org2013-01-071-0/+1
* Revert "Rename ActiveAnimation -> Animation"phajdan.jr@chromium.org2012-12-211-2/+2
* Rename ActiveAnimation -> Animationvollick@chromium.org2012-12-201-2/+2
* cc: Don't let invalidations that we're going to handle immediately cause an e...danakj@chromium.org2012-12-201-0/+4
* Ref count layer animation controllers.vollick@chromium.org2012-12-201-17/+18
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-181-1/+1
* cc: Define LayerAnimationObserver and allow LayerAnimationObservers to be reg...ajuma@chromium.org2012-12-181-0/+6
* cc: Refactor content scale/bounds into draw propertiesenne@chromium.org2012-12-161-4/+10
* Mark layers that can use LCD text based on layer transform and opacity.alokp@chromium.org2012-12-131-4/+2
* cc: Remove dead function from cc::Layerenne@chromium.org2012-12-121-1/+0
* Move second internal recursion to a precomputation in layer_tree_host_common.ccshawnsingh@google.com2012-12-121-5/+1
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-2/+2
* Revert 171714 - Use an auxiliary list of animation controllers.vollick@chromium.org2012-12-081-7/+15
* cc: Add a blocksPendingCommit flag to LayerImplenne@chromium.org2012-12-081-0/+5
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-1/+2
* With this patch we accomplish the following:vollick@chromium.org2012-12-071-15/+7
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-59/+21
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-041-5/+5
* Only do full tree sync if tree is actually changed, otherwise just push prope...jamesr@chromium.org2012-12-041-0/+1
* Don't create render passes for transparent images.skaslev@chromium.org2012-11-301-2/+4
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-20/+21
* ui/compositor: use cc/ directly instead of webkitpiman@chromium.org2012-11-211-2/+2
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-0/+12
* cc: Don't return non-const Layer* from a const Layer.danakj@chromium.org2012-11-211-4/+8
* Always use border texels on layer tiles. We already did that on certain platf...alokp@chromium.org2012-11-151-1/+1
* cc: Add support for debugging layer borders directly in the compositordanakj@chromium.org2012-11-151-4/+0
* cc: The SolidColorLayer should report contentsOpaque() true when its color is...danakj@chromium.org2012-11-081-1/+1
* cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...danakj@chromium.org2012-11-081-1/+1
* Add touchEventHandlerRegion to Layer and LayerImplyusufo@chromium.org2012-11-081-0/+6
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-8/+7
* Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...phajdan.jr@chromium.org2012-11-051-7/+8