summaryrefslogtreecommitdiffstats
path: root/cc/layer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+4
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-15/+13
* Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...phajdan.jr@chromium.org2012-11-051-13/+15
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-051-15/+13
* cc: Fix header include guards of our header files.tfarina@chromium.org2012-11-051-3/+3
* cc: Remove WebCore rect use from the compositor, except within Region.danakj@chromium.org2012-11-031-0/+1
* Make cc a componentpiman@chromium.org2012-11-021-2/+6
* Remove most remaining webcore points and sizes.danakj@chromium.org2012-11-021-1/+1
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-011-1/+2
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-24/+24
* Pass accurate contentsScale to LayerImpl.wangxianzhu@chromium.org2012-11-011-3/+15