summaryrefslogtreecommitdiffstats
path: root/cc/layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-201-1/+3
* ui: Add methods to Rect classes to get points at each of the rect's corners.danakj@chromium.org2012-11-201-1/+0
* cc: Remove opaque flags from SharedQuadState and DrawQuaddanakj@chromium.org2012-11-171-1/+1
* cc: Create cc::DebugColors class to hold all the debugging color/width consta...danakj@chromium.org2012-11-161-9/+7
* cc: Add support for debugging layer borders directly in the compositordanakj@chromium.org2012-11-151-27/+34
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-2/+2
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* ui: Add methods to clamp Sizes, Points, and Vectors from above or below.danakj@chromium.org2012-11-101-2/+2
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-091-1/+1
* Extra logging for NinePatch layers in layerTreeAsText()jamesr@chromium.org2012-11-091-0/+6