summaryrefslogtreecommitdiffstats
path: root/cc/resources/picture_layer_tiling.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Reset tile priority before deleting tiling.reveman@chromium.org2013-06-271-0/+5
* cc: Use multiple resources to switch LCD statusvmpstr@chromium.org2013-06-261-19/+3
* Revert 207360 "cc: Recycle tilings to make SetLiveTilesRect cheaper"skyostil@google.com2013-06-201-74/+0
* cc: Recycle tilings to make SetLiveTilesRect cheaperenne@chromium.org2013-06-201-0/+74
* cc: For LCD text, consider unready tiles as having textenne@chromium.org2013-06-181-3/+3
* cc: Remove analysis from tile managervmpstr@chromium.org2013-06-131-1/+4
* cc: Make raster tasks separate objects.vmpstr@chromium.org2013-06-121-1/+1
* cc: Low quality support for low res tilesvmpstr@chromium.org2013-06-071-1/+4
* Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-4/+4
* cc: Renamed drawing_info to tile_versionvmpstr@chromium.org2013-05-211-1/+1
* cc: Move the twin tiling lookup out of the per-tile loops.danakj@chromium.org2013-05-201-8/+12
* Add shortcut path for scaling integer rects.danakj@chromium.org2013-05-201-13/+12
* Remove --trace-all-rendered-frames in favour of disabled-by-default.dsinclair@chromium.org2013-05-151-3/+6
* cc: Add per-layer memory usage to tracing snapshotsenne@chromium.org2013-05-151-0/+9
* cc: Don't add tilings to layers without recordings.danakj@chromium.org2013-05-151-3/+3
* cc: Inflate invalidation in each picture listdanakj@chromium.org2013-05-101-0/+6
* cc: Fix impl-side painting flashing due to missing tilesenne@chromium.org2013-05-031-2/+7
* cc: Remove and rename PictureLayerTiling clone methods.danakj@chromium.org2013-05-031-11/+0
* cc: Add unit tests for recreating tiles after LCD text changes.danakj@chromium.org2013-05-031-2/+6
* cc: Simplify the logic for deciding to update tile priorities.danakj@chromium.org2013-05-021-28/+11
* cc: Make tile-creation lazydanakj@chromium.org2013-04-301-155/+120
* Fix DCHECK failure in PictureLayerTiling::UpdateTilePriorities.wangxianzhu@chromium.org2013-04-241-1/+2
* cc: Don't pass simple well-defined classes by reference.danakj@chromium.org2013-04-231-1/+1
* cc: Find a better prioritized rect when the viewport rect is huge.danakj@chromium.org2013-04-171-13/+15
* Revert 193762 "Makes tile-creation lazy"wangxianzhu@chromium.org2013-04-151-109/+148
* Makes tile-creation lazywhunt@chromium.org2013-04-111-148/+109
* Prioritize tiles near the viewport in out-of-viewport layerswangxianzhu@chromium.org2013-04-101-10/+38
* cc: Don't DCHECK for layers with weird transforms.danakj@chromium.org2013-04-101-1/+3
* Smart layer invalidation for LCD text.alokp@chromium.org2013-04-081-0/+13
* cc: Rename PictureLayerTiling(Set) Iterator to CoverageIteratorenne@chromium.org2013-03-281-11/+16
* cc: Add command line switches for impl-side painting constants.reveman@chromium.org2013-03-281-2/+3
* This fixes all lint issues (except for false positives) in:jamesr@chromium.org2013-03-261-2/+2
* cc: Few style fixes.danakj@chromium.org2013-03-261-2/+1
* Removing a DCHECK from PictureLayerTiling::ExpandRectEquallyToAreaBoundedBy w...whunt@chromium.org2013-03-201-1/+2
* cc: Remove unused alignment parameter from PictureLayerTilingenne@chromium.org2013-03-201-4/+2
* Alternate implementation of ExpandRectEquallyToAreaBoundedBy.whunt@chromium.org2013-03-191-197/+87
* Part 8 of cc/ directory shuffles: resourcesjamesr@chromium.org2013-03-181-0/+723