summaryrefslogtreecommitdiffstats
path: root/cc/resources/picture_layer_tiling_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Move files out of cc/resources/.danakj2015-05-181-1975/+0
* cc: Make tiling interest rect calc based on viewport.sohan.jyoti2015-05-141-9/+6
* cc: Separate the priority from the tile and put in new PrioritizedTilehendrikw2015-05-121-72/+75
* Reland of "cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-071-2/+2
* Revert "cc: Remove Tile refcounting and RefCountedManaged."bruening2015-05-061-2/+2
* cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-061-2/+2
* cc: Remove PictureLayerTilingClient::GetTree in favor of ctor variable.vmpstr2015-05-041-52/+36
* cc: Remove tile sharing from tilings.vmpstr2015-04-291-72/+78
* Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of ht...vmpstr2015-04-271-78/+72
* cc: Remove tile sharing from tilings.vmpstr2015-04-241-72/+78
* cc: Fix skewport mathenne2015-03-191-1/+18
* cc: Use history from two calls ago for skewport calculation.vmpstr2015-03-181-0/+69
* cc: Change the soon border rect to be a percentage of viewportvmpstr2015-02-101-8/+10
* cc: Move tiling raster tile iterator to be a tiling set queue class.vmpstr2015-01-081-177/+0
* cc: Clean up tile size usage.vmpstr2014-12-301-2/+0
* Standardize usage of virtual/override/final specifiers in cc/.dcheng2014-12-231-1/+1
* cc: Remove auto use with smart pointers.vmpstr2014-12-201-24/+32
* Refactoring for merging ManagedTileState into Tile.jungjik.lee2014-12-201-2/+2
* c:: Give the raster source to the PictureLayerTilings.danakj2014-12-191-85/+123
* cc: Replace empty tile size with max content scale for mask layers.danakj2014-12-181-60/+0
* cc: Mirror LiveTilesRect and tiles between active and recycled trees.danakj2014-12-121-2/+2
* cc:Use float literals for float values in PictureLayerTiling tests.danakj2014-12-121-8/+8
* cc: Implement geometry-based tile evictione.hakkinen2014-12-121-3/+0
* cc: Remove max tiles and skewport constants from tiling client.vmpstr2014-12-111-53/+85
* cc: Don't swap PictureLayerTilingSet on activate.danakj2014-12-111-14/+11
* cc: Move LayerEvictionTileIterator to a separate file and make it a queuee.hakkinen2014-11-271-96/+0
* cc: Move update tile priorities to PictureLayerTilingSet.vmpstr2014-11-171-92/+50
* cc: Remove GetRasterSource from PictureLayerTilingClient.vmpstr2014-11-171-27/+23
* cc: RemoveAllTilings on tile size changehendrikw2014-11-121-0/+24
* cc: Remove references to picture pile impl from more areas.vmpstr2014-11-101-6/+6
* cc: Invalidate eviction cache in cases where we remove/add tiles.vmpstr2014-11-011-0/+7
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-2/+3
* cc: Remove the layer_bounds_ from PictureLayerTilingSet.danakj2014-10-221-3/+3
* cc: turn on distance field text on animated layershendrikw2014-10-221-9/+2
* cc: Invalidate eviction tiles cache when a tile is deleted.vmpstr2014-10-181-0/+8
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-2/+9
* cc: Start using raster/eviction iterators.vmpstr2014-10-091-138/+133
* cc: Remove low quality mode and cleanup tile versions.vmpstr2014-09-291-8/+4
* Reland of: cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-111-133/+54
* Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (pa...courage2014-09-101-54/+133
* cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-101-133/+54
* cc: Changed ComputeExpansionDelta to never return a delta less than zero.hendrikw2014-09-101-36/+5
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-041-1/+1
* cc: Remove and Create the correct tiles when resizing live tiles rectDana Jansens2014-08-281-7/+201
* cc: Always remove tiles from the recycle tree also.danakj2014-08-271-53/+109
* cc: Remove tiles from recycle tree that were deleted on active.vmpstr2014-08-261-0/+83
* cc: fix content_to_screen_scale in UpdateTilePriorities.ernstm@chromium.org2014-08-161-2/+28
* cc: Cleanup and reduce size of LayerEvictionTileIterator.reveman@chromium.org2014-08-111-5/+7
* cc: Clear tile priorities when tiling is reset.vmpstr@chromium.org2014-08-061-0/+34
* cc: Remove vectors from tiling eviction tile iterator.vmpstr@chromium.org2014-08-061-15/+35