summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* [cc] Only NOW-binned tiles should contribute to over-memory accountingnduca@chromium.org2013-02-121-5/+8
* [cc] Dont throw away tiles that stop movingnduca@chromium.org2013-02-121-3/+0
* [cc] Apply sublayer transform about anchor instead of about layer center.shawnsingh@chromium.org2013-02-122-24/+41
* [cc] Trace detailed tile info when --trace-all-rendered-framesnduca@chromium.org2013-02-1228-37/+303
* cc: Fix tile manager shutdown by aborting all pending uploads.reveman@google.com2013-02-124-9/+65
* Switch back to the original brightness filter implementation.fmalita@google.com2013-02-122-15/+31
* cc: Recreate small layer tiles when size changesenne@chromium.org2013-02-121-0/+2
* Made uses of numeric_limits::max and numeric_limits::infinity consistentwhunt@chromium.org2013-02-122-3/+3
* cc: Fix PostiveRatio crash by checking raster scaleenne@chromium.org2013-02-121-1/+1
* Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting()jamesr@chromium.org2013-02-1221-286/+569
* Temporary build fix pending https://codereview.chromium.org/12033075/fmalita@google.com2013-02-111-0/+1
* Top controls hiding anchor should only apply on scroll up.tedchoc@chromium.org2013-02-112-1/+17
* Temporary build fix pending https://codereview.chromium.org/12033075/fmalita@google.com2013-02-111-0/+1
* Treat scrollbar thumb textures as having premultiplied alpha.aelias@chromium.org2013-02-111-1/+1
* Rename FilePath -> base::FilePath in various toplevel directoriesbrettw@chromium.org2013-02-105-15/+16
* cc: Move command-line and platform-specific settings.danakj@chromium.org2013-02-091-52/+0
* 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