summaryrefslogtreecommitdiffstats
path: root/cc/tile_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land: cc: Fix typo causing low-res tiles not to be prioritized correctly.reveman@google.com2013-01-031-1/+1
* Revert 175010rlarocque@chromium.org2013-01-031-1/+1
* cc: Fix typo causing low-res tiles not to be prioritized correctly.reveman@google.com2013-01-031-1/+1
* Send memory management policies to the tile managerccameron@chromium.org2013-01-021-1/+35
* cc: Fix TileManager typo.reveman@google.com2012-12-171-5/+5
* cc: Add TileManager interface that allows LTHI to determine when to activate ...reveman@chromium.org2012-12-161-36/+81
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-141-2/+1
* cc: Reduce time spent in AssignGpuMemoryToTiles().reveman@chromium.org2012-12-141-5/+10
* adding render stats for deferred image decodingqinmin@chromium.org2012-12-141-24/+45
* cc: Fix tile deletion.reveman@chromium.org2012-12-141-0/+14
* Implement the logic to kick off image decoding jobs for TileManagerqinmin@chromium.org2012-12-131-22/+148
* cc: Fix impl-side painting rasterization at >1 contents scalesenne@chromium.org2012-12-081-1/+1
* cc: Use asynchronous set pixels API for impl-side painting.reveman@chromium.org2012-12-071-12/+44
* Re-land: cc: Reduce picture cloning by creating at most one clone per raster ...reveman@google.com2012-12-051-60/+114
* Revert 171267 - it adds a global std::string initializerdmazzoni@chromium.org2012-12-051-113/+60
* cc: Reduce picture cloning by creating at most one clone per raster thread.reveman@chromium.org2012-12-051-60/+113
* cc: Apply contents scales to impl-side painting rasterizationenne@chromium.org2012-12-051-1/+7
* cc: Add basic texture recycling to ResourcePool.reveman@chromium.org2012-12-041-26/+25
* cc: Move --num-raster-threads setting to LayerTreeSettings.reveman@chromium.org2012-12-041-23/+8
* cc: Add experimental --num-raster-threads option.reveman@chromium.org2012-12-011-4/+22
* [cc] Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-301-5/+23
* cc: Swizzle contents correctly when using impl side painting.reveman@google.com2012-11-301-1/+9
* Revert 170274 - Track the rendering & painting cost of impl-side painting.tbreisacher@chromium.org2012-11-291-23/+5
* Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-291-5/+23
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-291-11/+5
* cc: Make sure we pass a valid picture pile pointer to RasterizeTile.reveman@google.com2012-11-281-1/+7
* cc: Schedule redraw when tile initialization completes.reveman@google.com2012-11-281-0/+2
* [cc] ALLOW_ANYTHING should map EVENTUALLY_BIN to EVENTUALLYnduca@chromium.org2012-11-281-1/+1
* cc: Reset manage_tiles_pending_ in ManageTiles and avoid rasterizing tiles in...reveman@google.com2012-11-281-0/+7
* cc: Implement impl-side rasterization.reveman@google.com2012-11-271-24/+170
* cc: Add PictureLayerTilingSet to manage PictureLayerTilingenne@chromium.org2012-11-211-1/+1
* First draft of TileManager's tile prioritzation systemnduca@chromium.org2012-11-161-16/+162
* Introduce Tile Versionsnduca@chromium.org2012-11-101-10/+40
* [cc] Tiles and tile manager for impl side paintingnduca@chromium.org2012-11-081-0/+33