summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "cc: Make tiling interest rect calc based on viewport."Jared Duke2015-06-261-2/+2
* cc: Move files out of cc/resources/.Dana Jansens2015-05-191-2/+2
* cc: split UpdateGpuRasterizationStatus() into two parts.senorblanco2015-05-151-24/+18
* cc: Make IsReadyToDraw/NeedsRaster usage consistent.vmpstr2015-05-151-6/+6
* cc: Make tiling interest rect calc based on viewport.sohan.jyoti2015-05-141-2/+2
* cc: Move raster_source from Tile to PrioritizedTilehendrikw2015-05-131-7/+21
* cc: Separate the priority from the tile and put in new PrioritizedTilehendrikw2015-05-121-92/+106
* cc: Ensure pending tree needs prop updates when active tree scrolls.vmpstr2015-05-111-0/+35
* cc: Drop skip_shared_out_of_order_tiles field from TilingSetEvictionQueue.e.hakkinen2015-05-051-13/+12
* Animation start scale should be considered for the raster scalebehara.ms2015-05-051-176/+221
* Move the Ganesh GPU rasterization veto into LayerTreeHostImpl.senorblanco2015-05-051-12/+36
* cc: Remove tile sharing from tilings.vmpstr2015-04-291-291/+321
* Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of ht...vmpstr2015-04-271-230/+291
* cc: Remove tile sharing from tilings.vmpstr2015-04-241-291/+230
* cc: Adjust GPU Raster tile widths for border texels.vmiura2015-04-211-1/+35
* cc: Remove use of MessageLoopProxyskyostil2015-04-131-2/+4
* Remove DeferredInitialize from ccboliu2015-04-111-46/+0
* cc: Switch tiling set eviction queue to consider combined priority.e.hakkinen2015-04-071-108/+76
* cc: Keep tilings texture size in synchendrikw2015-03-231-0/+3
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-2/+10
* Fix Enum Style Throughout CC.ericrk2015-02-201-4/+1
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-191-30/+44
* cc: Make raster source members constenne2015-02-141-25/+39
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-141-11/+11
* cc: Stop passing the occlusion explicitly to UpdateTiles.danakj2015-02-141-11/+11
* cc: Add threaded GPU rasterization.vmiura2015-02-141-1/+1
* cc: Switch eviction iterators to consider combined priority.vmpstr2015-02-131-2/+1
* cc: Change the soon border rect to be a percentage of viewportvmpstr2015-02-101-2/+0
* cc: Split ReleaseResources into Release and Recreate.vmpstr2015-02-051-5/+24
* Modify rasterize_and_record for DisplayItemList recording.schenney2015-02-051-3/+3
* Revert of cc: Stop pushing properties every activation for picture layers. (p...danakj2015-01-301-161/+4
* cc: Change the activation/ready for draw check from layer to queue.vmpstr2015-01-281-11/+11
* cc: Clean up tilings in UpdateTiles as well as in AppendQuads.vmpstr2015-01-281-0/+35
* cc: Stop pushing properties every activation for picture layers.danakj2015-01-271-4/+161
* cc: Remove TilingSetRasterQueue virtual base.vmpstr2015-01-241-18/+21
* Cache viewport rect for tile priority in UpdateTileshush2015-01-221-3/+58
* cc: Start using different raster queues in tile manager.vmpstr2015-01-201-0/+17
* cc: Remove TilingSetEvictionQueue construction from PictureLayerImpl.vmpstr2015-01-121-6/+12
* cc: Split tiling set raster queues into all and required.vmpstr2015-01-121-29/+98
* switch to onDraw virtuals for SkCanvasreed2015-01-081-1/+1
* cc: Move tiling raster tile iterator to be a tiling set queue class.vmpstr2015-01-081-4/+4
* Standardize usage of virtual/override/final specifiers in cc/.dcheng2014-12-231-2/+1
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-221-0/+3
* Refactoring for merging ManagedTileState into Tile.jungjik.lee2014-12-201-2/+2
* cc: Replace empty tile size with max content scale for mask layers.danakj2014-12-181-67/+39
* cc: Remove the PostCommitInitialization from PictureLayerImpl.danakj2014-12-161-3/+0
* cc: Make the PictureLayerImpl raster source null until commit.danakj2014-12-161-4/+8
* cc: Mirror LiveTilesRect and tiles between active and recycled trees.danakj2014-12-121-0/+60
* cc: Implement geometry-based tile evictione.hakkinen2014-12-121-25/+114
* cc: Don't swap PictureLayerTilingSet on activate.danakj2014-12-111-1035/+887