summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove the opaque rect return-parameter from ContentLayerClient.danakj2014-09-151-5/+1
* cc: Add bug number to TODO in PictureLayerImpl::RecalcuateRasterScalesajuma2014-09-151-1/+1
* cc: Stop using contents_scale_x() in PictureLayerImpl since it's 1.danakj2014-09-131-22/+12
* cc: Add some useful layer data to traces.danakj2014-09-131-0/+8
* cc: Make GetViewportForTilePriorityInContentSpace() not need intersect.danakj2014-09-131-4/+2
* Reland of: cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-111-13/+5
* Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (pa...courage2014-09-101-5/+13
* cc: Add occlusion checker as a fixed view of occlusion tracker.vmpstr2014-09-101-13/+5
* cc: Fix layer raster tile iterator not to skip a tile erroneously.e.hakkinen2014-09-101-15/+19
* cc: Don't make tiles for mask layers that are too big for a texture.danakj2014-09-071-23/+17
* cc: Don't analyze masks for solid color.vmpstr2014-09-061-2/+6
* cc: Don't require low res to activate for shared ready-to-draw tiles.danakj2014-09-041-1/+4
* Remove resourceless_software_draw() and related unit tests.hush2014-08-301-8/+4
* cc: Always remove tiles from the recycle tree also.danakj2014-08-271-4/+3
* cc: Report only on active tiles in tracing.vmpstr2014-08-271-0/+10
* cc: Remove tiles from recycle tree that were deleted on active.vmpstr2014-08-261-3/+16
* cc: Don't consider tiles at the layers raster_contents_scale incompletedanakj2014-08-251-1/+8
* Revert of cc: Don't consider tiles at the layers raster_contents_scale incomp...finnur2014-08-251-8/+1
* cc: Don't consider tiles at the layers raster_contents_scale incompletedanakj2014-08-231-1/+8
* cc: Small cleanup to use an existing function instead of tilings searchvmpstr2014-08-231-5/+1
* Still produce quad when tile OOM and on demand raster is not allowedweiliangc@chromium.org2014-08-211-1/+7
* Re-raster during scale animations for GPU-rasterized layers without textajuma@chromium.org2014-08-211-2/+24
* cc: Avoid redraw for missing tile outside visible rectboliu@chromium.org2014-08-201-19/+42
* Rename Animate as Begin(Main)Frameskyostil@chromium.org2014-08-181-1/+2
* cc: Add more eviction categories to picture layer impl.vmpstr@chromium.org2014-08-151-0/+7
* Revert 289480 "Still produce quad when tile OOM and on demand ra..."bartfab@chromium.org2014-08-141-7/+1
* Still produce quad when tile OOM and on demand raster is not allowedweiliangc@chromium.org2014-08-141-1/+7
* cc: LayerEvictionTileIterator cleanup.reveman@chromium.org2014-08-111-100/+90
* cc: Cleanup and reduce size of LayerEvictionTileIterator.reveman@chromium.org2014-08-111-64/+23
* cc: Remove vectors from tiling eviction tile iterator.vmpstr@chromium.org2014-08-061-87/+152
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-11/+23
* cc: Optimize layer raster tile iterator.vmpstr@chromium.org2014-07-311-17/+7
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-23/+11
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-11/+23
* Tiling priorities in Android Webview.hush@chromium.org2014-07-311-8/+15
* cc: Always perform analysis to detect solid color tiles.vmpstr@chromium.org2014-07-291-21/+6
* cc: Don't rasterize large layers at maximum scale before scale animationsajuma@chromium.org2014-07-251-1/+10
* (Reland) cc: Change TileManager iterators to be queues.vmpstr@chromium.org2014-07-241-0/+11
* (Reland) cc: Remove recycled tilings when active tree removes them.vmpstr@chromium.org2014-07-241-1/+18
* cc: Add const versions of operator* to layer iterators.vmpstr@chromium.org2014-07-231-0/+15
* Revert of cc: Change TileManager iterators to be queues. (https://codereview....ksakamoto@chromium.org2014-07-221-11/+0
* cc: Change TileManager iterators to be queues.vmpstr@chromium.org2014-07-211-0/+11
* Revert of cc: Remove tilings from recycle tree when active tree removes them....tonyg@chromium.org2014-07-191-15/+1
* cc: Remove tilings from recycle tree when active tree removes them.vmpstr@chromium.org2014-07-191-1/+15
* cc: Remove invalidated recycle tree tiles on activation.vmpstr@chromium.org2014-07-181-12/+6
* Histogram to track missing and incomplete tilesweiliangc@chromium.org2014-07-141-3/+1
* cc: Explicitly invalidate all dropped recordings on the main thread.danakj@chromium.org2014-07-121-10/+11
* Pass resourceless software mode in SetExternalConstraintsboliu@chromium.org2014-07-101-1/+3
* cc: Avoid redundant SQS setting and locals.sohan.jyoti@samsung.com2014-07-101-9/+11
* Track occlusion per tree on Tile.jbedley@chromium.org2014-07-081-4/+7