summaryrefslogtreecommitdiffstats
path: root/cc/resources/picture_layer_tiling_set.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Rework how PLI cleans tilings up.vmpstr2014-11-201-4/+10
* cc: Eliminate tilings loop in PLI::AddTilingsForRasterScale.vmpstr2014-11-181-0/+2
* cc: Rename PLTS::TilingAtScale to PLTS::FindTilingWithScale.vmpstr2014-11-181-2/+1
* cc: Move more direct tilings accesses to from PLI to PLTS.vmpstr2014-11-181-0/+18
* cc: Move update tile priorities to PictureLayerTilingSet.vmpstr2014-11-171-0/+7
* cc: Remove GetRasterSource from PictureLayerTilingClient.vmpstr2014-11-171-2/+7
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
* cc: Remove the layer_bounds_ from PictureLayerTilingSet.danakj2014-10-221-6/+3
* cc: Start using raster/eviction iterators.vmpstr2014-10-091-4/+2
* cc: LayerEvictionTileIterator cleanup.reveman@chromium.org2014-08-111-4/+0
* cc: Remove vectors from tiling eviction tile iterator.vmpstr@chromium.org2014-08-061-0/+4
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-1/+7
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-7/+1
* cc: Add PictureLayerTilingSet::TilingRange.reveman@chromium.org2014-07-311-0/+16
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-1/+7
* cc: Remove invalidated recycle tree tiles on activation.vmpstr@chromium.org2014-07-181-0/+2
* cc: Explicitly invalidate all dropped recordings on the main thread.danakj@chromium.org2014-07-121-2/+0
* cc: Don't add new tilings while syncing a tiling.danakj@chromium.org2014-06-201-5/+0
* cc: Move tiling management out of draw properties calculation.sohan.jyoti@samsung.com2014-06-131-1/+1
* cc: Removed LCD text settings from the impl side.alokp@chromium.org2014-06-131-2/+0
* cc: Reset raster scale if we didn't sync high res tiling.vmpstr@chromium.org2014-05-201-5/+5
* cc: Invalidate newly recycled tilings upon swapping.vmpstr@chromium.org2014-04-091-0/+2
* cc: Simplify picture layer tiling update tile priorities.vmpstr@chromium.org2014-02-131-13/+4
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-5/+5
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-5/+5
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-5/+5
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-3/+3
* Revert "cc: Added tile bundles"vmpstr@chromium.org2013-12-201-2/+0
* cc: Added tile bundlesvmpstr@chromium.org2013-12-061-0/+2
* CC: Ensure recycle tree contains no 'active' tiles.epenner@chromium.org2013-10-011-0/+1
* cc: Add more DCHECKs around tiling statesenne@chromium.org2013-08-281-0/+1
* cc: Recycle tilings to make SetLiveTilesRect cheaperenne@chromium.org2013-07-011-1/+10
* cc: Use multiple resources to switch LCD statusvmpstr@chromium.org2013-06-261-1/+1
* Revert 207360 "cc: Recycle tilings to make SetLiveTilesRect cheaper"skyostil@google.com2013-06-201-10/+1
* cc: Recycle tilings to make SetLiveTilesRect cheaperenne@chromium.org2013-06-201-1/+10
* Remove --trace-all-rendered-frames in favour of disabled-by-default.dsinclair@chromium.org2013-05-151-1/+0
* cc: Add per-layer memory usage to tracing snapshotsenne@chromium.org2013-05-151-0/+1
* cc: Remove and rename PictureLayerTiling clone methods.danakj@chromium.org2013-05-031-3/+1
* cc: Add unit tests for recreating tiles after LCD text changes.danakj@chromium.org2013-05-031-1/+1
* cc: Simplify the logic for deciding to update tile priorities.danakj@chromium.org2013-05-021-2/+1
* cc: Make tile-creation lazydanakj@chromium.org2013-04-301-9/+4
* cc: Find a better prioritized rect when the viewport rect is huge.danakj@chromium.org2013-04-171-0/+1
* Revert 193762 "Makes tile-creation lazy"wangxianzhu@chromium.org2013-04-151-4/+9
* Makes tile-creation lazywhunt@chromium.org2013-04-111-9/+4
* Smart layer invalidation for LCD text.alokp@chromium.org2013-04-081-0/+1
* cc: Rename PictureLayerTiling(Set) Iterator to CoverageIteratorenne@chromium.org2013-03-281-5/+5
* cc: Add command line switches for impl-side painting constants.reveman@chromium.org2013-03-281-1/+2
* cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate.danakj@chromium.org2013-03-271-0/+1
* This fixes all lint issues (except for false positives) in:jamesr@chromium.org2013-03-261-1/+1
* cc: Auto-LCD text for impl-side paintingenne@chromium.org2013-03-231-0/+2