summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Move event generation from LayerAnimationController::animate to a new methodajuma@chromium.org2013-02-0811-130/+274
* cc: Make recordRenderingStats on TileManager toggleableegraether@chromium.org2013-02-089-37/+60
* cc: Switch HudLayer to use skia's font renderingegraether@chromium.org2013-02-085-78/+88
* cc: Make picture layer tiles multiples of 64 pixels.danakj@chromium.org2013-02-081-4/+6
* cc: Reset rasterScale to 1 when it changes.danakj@chromium.org2013-02-082-21/+52
* Implementation for cc::Picture::IsCheapInRect().tomhudson@chromium.org2013-02-072-2/+16
* Add test for page scale adjustment for flings.aelias@chromium.org2013-02-071-0/+22
* Rework top controls movement to simplify the logic.tedchoc@chromium.org2013-02-074-60/+18
* Fix Y-flipped lighting in accelerated SVG reference filters in CSS. Since th...senorblanco@chromium.org2013-02-071-0/+2
* cc: Fix paint time collection for continuous painting modeegraether@chromium.org2013-02-066-8/+24
* cc: Only reduce amount of wasted memory during pending tree activation.reveman@google.com2013-02-0610-13/+42
* Improve sorting performance with an explicit live-tile sift passnduca@chromium.org2013-02-061-1/+33
* Generate fewer tiles when zooming in.ccameron@chromium.org2013-02-061-4/+6
* Adjust fling velocity correctly by page scale.aelias@chromium.org2013-02-062-7/+7
* Remove references to deprecated names in Skia.bsalomon@google.com2013-02-063-15/+15
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-067-21/+5
* [cc] Show total budget in HUDnduca@chromium.org2013-02-063-5/+16
* Linux/ChromeOS Chromium style checker cleanup, cc/ edition.rsleevi@chromium.org2013-02-069-18/+20
* Revert 180858danakj@chromium.org2013-02-061-2/+1
* cc: Enforce correct recycling in resource pool.epenner@chromium.org2013-02-064-1/+94
* Aggressively discard unused tilings when zooming.ccameron@chromium.org2013-02-061-8/+5
* LayerImpl::tryScroll should return false when max scroll offset is zero.vollick@chromium.org2013-02-062-0/+48
* cc: Add cheapness predictor success histogramvmpstr@chromium.org2013-02-066-19/+106
* cc: The RenderSurface contentRect can have negative position.danakj@chromium.org2013-02-061-1/+2
* cc: Deblur layers that animate-scale-down on creation.danakj@chromium.org2013-02-0628-65/+89
* cc: Pass totalPixelsRasterized instead of RenderingStats to picture pile rastervmpstr@chromium.org2013-02-053-8/+11
* Revert 180811brianderson@chromium.org2013-02-052-42/+16
* Creates a live_tile_ list that manages live tiles.whunt@chromium.org2013-02-052-16/+42
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-057-5/+21
* Add a tcmalloc dependency to cc_unittests and webkit_compositor_bindings_unit...glider@chromium.org2013-02-051-0/+9
* Add long scrollable page to cc_perftests and improve harnessjamesr@chromium.org2013-02-045-261/+255
* Add picture pile raster times histogramvmpstr@chromium.org2013-02-042-7/+17
* cc: Add flag to use raster cheapness estimatorskyostil@chromium.org2013-02-044-0/+6
* Fix typo in layer_impl.hqiankun.miao@intel.com2013-02-041-1/+1
* cc: Prevent use of deleted textures when using impl-side painting.reveman@chromium.org2013-02-044-17/+35
* cc: Let impl-side painting use smaller tilesenne@chromium.org2013-02-0211-46/+98
* cc: Stretch tiling textures to fit scaled rectsenne@chromium.org2013-02-022-33/+67
* [cc] Show GPU memory usage and overage below FPS counternduca@chromium.org2013-02-0212-6/+188
* cc: Allow non-ideal resolutions to activate the pending tree.danakj@chromium.org2013-02-023-107/+465
* cc: Fix the PictureLayerImplTest.addTilesFromNewRecording test.danakj@chromium.org2013-02-023-12/+42
* Cache decomposed transforms used by cc::TransformOperations::Blend.ajuma@chromium.org2013-02-022-4/+58
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-028-118/+117
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-0262-191/+232
* Bump kPixelDistanceToRecord to 8knduca@chromium.org2013-02-021-1/+1
* Revert 180162enne@chromium.org2013-02-0111-96/+46
* cc: Let impl-side painting use smaller tilesenne@chromium.org2013-02-0111-46/+96
* [cc] Add stub for IsCheapInRectnduca@chromium.org2013-02-012-0/+6
* Convert top controls to use DIP instead of PX.tedchoc@chromium.org2013-02-014-4/+4
* cc: Don't do full tree sync unless needed with impl painting.danakj@chromium.org2013-02-014-22/+27
* Added a UMA metric to track slow path scrolling.clholgat@chromium.org2013-02-011-1/+5