summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Make gpu rasterization flag per page instead of per layer.alokp@chromium.org2014-05-051-0/+1
* Don't clear render surfaces unnecessarily.vollick@chromium.org2014-04-281-0/+1
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-241-3/+0
* Stop displaying layers with non-invertible transforms.avallee@chromium.org2014-04-161-0/+2
* Rasterize at maximum scale for scale animations on CPU-rasterized layersajuma@chromium.org2014-04-091-0/+1
* cc: cleanup: remove unused member variable in cc::Layersimonhong@chromium.org2014-04-081-1/+0
* Remove dead code cc::Layer, cc::WebLayerImplwjmaclean@chromium.org2014-04-021-1/+0
* cc: Add layer property for scroll handlersskyostil@chromium.org2014-03-311-0/+6
* Remove --background-color-instead-of-checkerboard flag.danakj@chromium.org2014-03-081-1/+1
* cc: Clean up OcclusionTracker template parameters.danakj@chromium.org2014-03-051-2/+3
* cc: Ensure changes to a Layer's content bounds or scale get pushedajuma@chromium.org2014-02-251-1/+4
* No more sublayer transform in cc.vollick@chromium.org2014-02-161-6/+0
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-111-3/+7
* Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...dstockwell@chromium.org2014-02-101-7/+3
* Split preserve3d into: "should-flatten" and "is-3d-sorted"vollick@chromium.org2014-02-091-3/+7
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-051-2/+1
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-311-5/+7
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-1/+1
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-291-7/+5
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-291-5/+7
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-1/+1
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-1/+1
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-241-7/+5
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-241-5/+7
* Compute accurate screen space bounds for animated layers.avallee@chromium.org2014-01-241-4/+0
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-231-1/+2
* [#4] Pass gfx structs by const ref (gfx::PointF)r.kasibhatla@samsung.com2014-01-171-2/+2
* Plumb debug name via debug infovollick@chromium.org2014-01-151-1/+0
* Remove all traces of compositing reasons from ccvollick@chromium.org2014-01-101-4/+0
* Use bit fields inside cc to reduce memory usage.vivek.vg@samsung.com2013-12-101-16/+16
* Plumbing for layout rectangle debug info. Companion tochrishtr@gmail.com2013-12-031-0/+7
* cc: Support animating scroll offsetajuma@chromium.org2013-12-031-1/+7
* The blink part of this implementation is uploaded at https://codereview.chrom...rosca@adobe.com2013-11-261-0/+22
* Don't PushProperties every commit for animating layersajuma@chromium.org2013-11-181-0/+1
* Remove cc::LayerAnimationController:SuspendAnimationsajuma@chromium.org2013-11-021-2/+0
* Remove superfluous WebLayerImpl::resumeAnimations()steveblock@chromium.org2013-10-231-1/+0
* cc: Do not allow gesture-scrolling 'overflow[-{x|y}]:hidden' layers.sadrul@chromium.org2013-10-221-0/+8
* Only allocate temporary layer lists when sorting contributions.vollick@chromium.org2013-10-191-5/+7
* cc: Add MicroBenchmarkController plumbing.vmpstr@chromium.org2013-10-121-0/+3
* Fix transition from hardware to software compositing.ccameron@chromium.org2013-10-091-0/+1
* Remove PerformClipping(),CanClipSelf() and the related logic in LTHCommon.jun.a.jiang@intel.com2013-10-051-2/+0
* cc: Support animating filtersajuma@chromium.org2013-10-031-0/+2
* Add support for converting cc::FilterOperations into an SkImageFilterajuma@chromium.org2013-09-261-4/+0
* Refactor cc scrollbar layers architecture.wjmaclean@chromium.org2013-08-301-2/+2
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-301-8/+7
* Fix cc::Layer debug namerharrison@chromium.org2013-08-301-1/+0
* Revert 220418 "cc: Block commit on activate by setting a flag on..."danakj@chromium.org2013-08-301-7/+8
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-291-8/+7
* Make use of scroll parent relationships in cc/vollick@chromium.org2013-08-261-0/+3
* cc: Return const* from const getter of LayerTreeHost.danakj@chromium.org2013-08-241-1/+2