summaryrefslogtreecommitdiffstats
path: root/cc/layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Moving anti-aliasing decision to parent compositor.ernstm@chromium.org2013-03-041-0/+1
* cc: Give mask and replica layers a parent.danakj@chromium.org2013-02-221-6/+4
* cc: Add PictureLayerImpl::AsValueenne@chromium.org2013-02-151-0/+23
* LayerImpl::tryScroll should return false when max scroll offset is zero.vollick@chromium.org2013-02-061-0/+5
* cc: Deblur layers that animate-scale-down on creation.danakj@chromium.org2013-02-061-0/+1
* cc: Make updateDrawProperties tree-specificenne@chromium.org2013-01-241-8/+8
* [cc] Use layer-id on scroll_offset_y for impl-side friendlinessnduca@chromium.org2013-01-241-1/+3
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-2/+79
* cc: Stop using drawableContentRect for occlusion.danakj@chromium.org2013-01-221-1/+0
* Separate scrollbar animation controller from scrollbar positioningjamesr@chromium.org2013-01-171-35/+51
* cc: Walk layer tree to determine if pending tree can be activated.reveman@chromium.org2013-01-121-0/+5
* Separate layer property pushes from tree structure syncs and clean up scrollb...jamesr@chromium.org2013-01-121-6/+7
* This patch prevents the creation of some render targets by informing the logi...whunt@chromium.org2013-01-091-0/+5
* cc: Make the ScopedPtrVector and ScopedPtrDeque containers act like STL vecto...danakj@chromium.org2013-01-091-6/+6
* Implement a method to access the non-composited content root layer picture pile.leandrogracia@chromium.org2013-01-091-0/+5
* cc: Use maximum tiling contents scales for picture layer scaleenne@chromium.org2013-01-081-0/+13
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-071-1/+8
* 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/+5
* cc: Sync scroll offsets and deltas for impl-side paintingenne@chromium.org2013-01-031-25/+23
* cc: Android vertical scrollbars should use linear fade.danakj@chromium.org2013-01-031-8/+16
* cc: Don't use partial updates for scrollbars when they are not allowed.danakj@chromium.org2012-12-221-2/+10
* Revert "Rename ActiveAnimation -> Animation"phajdan.jr@chromium.org2012-12-211-2/+2
* Rename ActiveAnimation -> Animationvollick@chromium.org2012-12-201-2/+2
* cc: Update max scroll offset for pending treeenne@chromium.org2012-12-201-0/+22
* Ref count layer animation controllers.vollick@chromium.org2012-12-201-13/+17
* cc: Refactor content scale/bounds into draw propertiesenne@chromium.org2012-12-161-7/+5
* cc: Add id->LayerImpl map to LayerTreeImplenne@chromium.org2012-12-141-10/+26
* Mark layers that can use LCD text based on layer transform and opacity.alokp@chromium.org2012-12-131-1/+0
* Move second internal recursion to a precomputation in layer_tree_host_common.ccshawnsingh@google.com2012-12-121-13/+5
* [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImplnduca@chromium.org2012-12-121-21/+18
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-16/+21
* cc: Remove dangerous LayerImpl::removeFromParentenne@chromium.org2012-12-101-14/+9
* cc: Split out calcDrawEtc from drawLayersenne@chromium.org2012-12-091-9/+33
* Revert 171714 - Use an auxiliary list of animation controllers.vollick@chromium.org2012-12-081-15/+28
* Added LayerTreeHostImpl::layerTreeAsJson which serializes a layer treeskaslev@chromium.org2012-12-081-0/+36
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-10/+9
* With this patch we accomplish the following:vollick@chromium.org2012-12-071-28/+20
* Move LayerSorter to exist locally only in layer_tree_host_commonshawnsingh@google.com2012-12-071-7/+0
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-1/+1
* Revert 171403danakj@chromium.org2012-12-061-1/+1
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-1/+1
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-19/+19
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-041-6/+3
* Don't create render passes for transparent images.skaslev@chromium.org2012-11-301-4/+8
* This change puts all settings for debugging/HudLayer in a new LayerTreeDebugS...egraether@chromium.org2012-11-301-1/+1
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-13/+11
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-1/+2
* cc: Don't return non-const Layer* from a const Layer.danakj@chromium.org2012-11-211-2/+12
* cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.danakj@chromium.org2012-11-211-1/+3