summaryrefslogtreecommitdiffstats
path: root/cc/layer.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not push properties that are animated on impl only.vollick@chromium.org2013-03-131-2/+4
* cc: Chromify the LayerTreeHost class.danakj@chromium.org2013-03-131-11/+11
* cc: Chromify Layer and LayerImpl classes.danakj@chromium.org2013-03-121-740/+650
* cc: Chromify the Animation and LayerAnimationController classesdanakj@chromium.org2013-03-121-26/+26
* Enable accelerated animations for orphan layersajuma@chromium.org2013-03-071-14/+2
* Allow impl-only animations, and return opacity values via AnimationEvents.wjmaclean@chromium.org2013-03-071-0/+8
* cc: Remove Layer::didUpdateBoundsenne@chromium.org2013-02-271-7/+0
* Revert 184488 for regressing robohornetprovollick@chromium.org2013-02-261-2/+14
* Enable accelerated animations for orphan layersajuma@chromium.org2013-02-251-14/+2
* cc: Give mask and replica layers a parent.danakj@chromium.org2013-02-221-11/+45
* cc: Route offscreen context creation for compositor to the browser.danakj@chromium.org2013-02-221-6/+9
* cc: Deblur layers that animate-scale-down on creation.danakj@chromium.org2013-02-061-0/+1
* cc: Minor clean up in Layer tree code.tfarina@chromium.org2013-01-291-6/+4
* cc: Changing layer properties should not invalidate.danakj@chromium.org2013-01-291-11/+6
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-0/+6
* cc: Block the main thread for texture layers during impl-side paintingenne@chromium.org2013-01-161-0/+16
* Remove duplicate pushPropertiesTo call for mask/replica layersjamesr@chromium.org2013-01-151-5/+0
* Separate layer property pushes from tree structure syncs and clean up scrollb...jamesr@chromium.org2013-01-121-4/+5
* Remove flags for nonFastScrollable and touchEventHandler regions getting changedyusufo@chromium.org2013-01-101-14/+2
* This patch prevents the creation of some render targets by informing the logi...whunt@chromium.org2013-01-091-0/+5
* Rename ActiveAnimation -> Animationvollick@chromium.org2013-01-071-4/+4
* We don't want to tick animation controllers for non-active layersvollick@chromium.org2013-01-071-0/+5
* cc: Sync scroll offsets and deltas for impl-side paintingenne@chromium.org2013-01-031-2/+15
* cc: Remove all uses of "using namespace std".tfarina@chromium.org2013-01-031-3/+1
* Revert "Rename ActiveAnimation -> Animation"phajdan.jr@chromium.org2012-12-211-4/+4
* Rename ActiveAnimation -> Animationvollick@chromium.org2012-12-201-4/+4
* cc: Don't let invalidations that we're going to handle immediately cause an e...danakj@chromium.org2012-12-201-1/+5
* Ref count layer animation controllers.vollick@chromium.org2012-12-201-38/+38
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-181-3/+3
* cc: Define LayerAnimationObserver and allow LayerAnimationObservers to be reg...ajuma@chromium.org2012-12-181-1/+19
* cc: Refactor content scale/bounds into draw propertiesenne@chromium.org2012-12-161-12/+15
* Mark layers that can use LCD text based on layer transform and opacity.alokp@chromium.org2012-12-131-7/+0
* Move second internal recursion to a precomputation in layer_tree_host_common.ccshawnsingh@google.com2012-12-121-13/+0
* [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-25/+49
* cc: Add a blocksPendingCommit flag to LayerImplenne@chromium.org2012-12-081-0/+5
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-2/+2
* With this patch we accomplish the following:vollick@chromium.org2012-12-071-49/+25
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-9/+3
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-041-6/+3
* Only do full tree sync if tree is actually changed, otherwise just push prope...jamesr@chromium.org2012-12-041-5/+11
* Don't create render passes for transparent images.skaslev@chromium.org2012-11-301-4/+8
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-6/+5
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-0/+1
* cc: Don't return non-const Layer* from a const Layer.danakj@chromium.org2012-11-211-6/+1
* cc: Enable all animations on Android.epenner@chromium.org2012-11-201-0/+7
* cc: Add support for debugging layer borders directly in the compositordanakj@chromium.org2012-11-151-16/+0
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-2/+1
* [cc] Fix crash when adding a child layer to its own parent.tedchoc@chromium.org2012-11-131-1/+1
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-4/+2