summaryrefslogtreecommitdiffstats
path: root/cc/resources/picture_layer_tiling.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Don't clip tile priority visible rect to content bounds.vmpstr2014-09-191-2/+2
* Reland of: cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-111-14/+5
* Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (pa...courage2014-09-101-5/+14
* cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-101-14/+5
* cc: Changed ComputeExpansionDelta to never return a delta less than zero.hendrikw2014-09-101-3/+5
* cc: Don't make tiles for mask layers that are too big for a texture.danakj2014-09-071-8/+16
* cc: Remove and Create the correct tiles when resizing live tiles rectDana Jansens2014-08-281-9/+93
* cc: Always remove tiles from the recycle tree also.danakj2014-08-271-29/+27
* cc: Report only on active tiles in tracing.vmpstr2014-08-271-0/+7
* cc: Remove tiles from recycle tree that were deleted on active.vmpstr2014-08-261-0/+12
* Remove implicit conversions from scoped_refptr to T* in cc/dcheng2014-08-261-1/+1
* cc: Remove all traces of SkPicture cloning.reveman@chromium.org2014-08-221-3/+2
* cc: Added Tile::is_shared functionality.vmpstr@chromium.org2014-08-201-1/+6
* cc: fix content_to_screen_scale in UpdateTilePriorities.ernstm@chromium.org2014-08-161-2/+1
* cc: Add more eviction categories to picture layer impl.vmpstr@chromium.org2014-08-151-27/+40
* cc: Cleanup and reduce size of LayerEvictionTileIterator.reveman@chromium.org2014-08-111-44/+41
* cc: Clear tile priorities when tiling is reset.vmpstr@chromium.org2014-08-061-0/+2
* cc: Remove vectors from tiling eviction tile iterator.vmpstr@chromium.org2014-08-061-13/+65
* cc: Do not cleanup tiles with raster tasks.sohan.jyoti@samsung.com2014-08-041-1/+15
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-4/+5
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-5/+4
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-4/+5
* cc: Optimize picture layer tiling raster tile iterator.vmpstr@chromium.org2014-07-251-27/+56
* cc: Fix tiling raster iterator to process all tiles correctly.vmpstr@chromium.org2014-07-251-26/+21
* cc: Make rect naming consistent in picture layer tiling.vmpstr@chromium.org2014-07-241-9/+11
* cc: Remove lazy initialization from tiling iterators.vmpstr@chromium.org2014-07-231-22/+16
* cc: Remove invalidated recycle tree tiles on activation.vmpstr@chromium.org2014-07-181-5/+13
* Consider occluded tiles during eviction with occluded as Tile property.jbedley@chromium.org2014-07-171-4/+16
* cc: Give TilingData back a Size instead of a Rect.danakj@chromium.org2014-07-161-14/+15
* cc: Share invalid tiles when possible.danakj@chromium.org2014-07-151-1/+4
* cc: Use ExpandRectIgnoringBordersToTileBoundsWithBordersEmpty.danakj@chromium.org2014-07-141-4/+2
* cc: Explicitly invalidate all dropped recordings on the main thread.danakj@chromium.org2014-07-121-42/+34
* Track occlusion per tree on Tile.jbedley@chromium.org2014-07-081-1/+1
* cc: Correct scale naming in UpdateTilePrioritiesenne@chromium.org2014-07-081-2/+2
* cc: Change PictureLayerTiling::UpdatePile to GetPile().danakj@chromium.org2014-06-261-2/+4
* Skip occluded tiles during rasterization.jbedley@chromium.org2014-06-231-1/+18
* cc: Removed LCD text settings from the impl side.alokp@chromium.org2014-06-131-5/+0
* cc: Fix tiling raster tile iterator to handle initializing tiles.vmpstr@chromium.org2014-05-271-2/+6
* Remove unused function in PictureLayerTilingenne@chromium.org2014-05-211-7/+0
* cc: Move soon bin apron from tile manager to tiling.vmpstr@chromium.org2014-05-091-3/+38
* cc: Fix missing compositor invalidations during resizeenne@chromium.org2014-04-221-1/+5
* cc: Fix clipping of texture rect.ernstm@chromium.org2014-04-171-1/+3
* cc: Give TilingData a Rect instead of a Sizeernstm@chromium.org2014-04-161-24/+13
* cc: TileManager eviction tile iterator.vmpstr@chromium.org2014-04-111-11/+18
* cc: Fix TilePriority::IsHigherPriorityThan to be correct.vmpstr@chromium.org2014-04-091-1/+1
* cc: Invalidate newly recycled tilings upon swapping.vmpstr@chromium.org2014-04-091-4/+16
* cc: Add layer eviction tile iterator.vmpstr@chromium.org2014-04-081-0/+4
* cc: Remove extra type from tiling raster tile iterator.vmpstr@chromium.org2014-04-021-8/+8
* cc: Add tiling eviction tile iterator.vmpstr@chromium.org2014-04-021-1/+89
* cc: Add a tiling iterator that doesn't include bordersenne@chromium.org2014-03-181-4/+15