summaryrefslogtreecommitdiffstats
path: root/cc/layer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add touchEventHandlerRegion to Layer and LayerImplyusufo@chromium.org2012-11-081-0/+13
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-9/+9
* cc: Fix style for comments at the end of namespacesdanakj@chromium.org2012-11-051-1/+1
* Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...phajdan.jr@chromium.org2012-11-051-9/+9
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-9/+9
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-011-1/+1
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-17/+16
* Pass accurate contentsScale to LayerImpl.wangxianzhu@chromium.org2012-11-011-17/+15
* Prevent TextureLayer from triggering commits and texture acquisitions whenjunov@chromium.org2012-10-261-1/+2
* cc: Apply the layer's initial CSS scale to the contentsScale to render text a...danakj@chromium.org2012-10-241-0/+35
* cc: Remove CC*.h temporary includes, part 6/4.tfarina@chromium.org2012-10-241-2/+2
* Fix asserts in CC filters: m_filter or m_filters can be non-empty, but not b...senorblanco@chromium.org2012-10-231-2/+2
* Implement SkImageFilter support in the compositor.senorblanco@chromium.org2012-10-231-0/+17
* cc: Remove CC*.h temporary includes, part 5/4.tfarina@chromium.org2012-10-231-3/+3
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-97/+97
* cc: Remove CC*.h temporary includes, part 3/4.tfarina@chromium.org2012-10-211-1/+1
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-97/+97
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-191-97/+97
* Move CC switches to cc/switches.h.aelias@chromium.org2012-10-191-1/+1
* cc: Switch to Chromium DCHECKs LOGsdanakj@chromium.org2012-10-181-5/+5