summaryrefslogtreecommitdiffstats
path: root/cc/tile_manager.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Redraw incomplete frames when new texture uploads finishbrianderson@chromium.org2013-01-181-1/+2
* cc: Move tile sorting into separate function and add trace event.reveman@chromium.org2013-01-161-0/+1
* Decouple texture upload checks, tree activation, and drawing.brianderson@chromium.org2013-01-121-3/+0
* [cc] Raster worker pool needs to accumlate paint time not overwrite itnduca@chromium.org2013-01-121-1/+1
* cc: Walk layer tree to determine if pending tree can be activated.reveman@chromium.org2013-01-121-10/+1
* cc: Add RasterWorkerPool class.reveman@chromium.org2013-01-091-26/+22
* Send memory management policies to the tile managerccameron@chromium.org2013-01-021-0/+6
* cc: Fix TileManager typo.reveman@google.com2012-12-171-1/+1
* cc: Add TileManager interface that allows LTHI to determine when to activate ...reveman@chromium.org2012-12-161-2/+11
* cc: Reduce time spent in AssignGpuMemoryToTiles().reveman@chromium.org2012-12-141-0/+2
* adding render stats for deferred image decodingqinmin@chromium.org2012-12-141-1/+4
* Implement the logic to kick off image decoding jobs for TileManagerqinmin@chromium.org2012-12-131-1/+18
* cc: Use asynchronous set pixels API for impl-side painting.reveman@chromium.org2012-12-071-2/+11
* Re-land: cc: Reduce picture cloning by creating at most one clone per raster ...reveman@google.com2012-12-051-9/+6
* Revert 171267 - it adds a global std::string initializerdmazzoni@chromium.org2012-12-051-6/+9
* cc: Reduce picture cloning by creating at most one clone per raster thread.reveman@chromium.org2012-12-051-9/+6
* cc: Add basic texture recycling to ResourcePool.reveman@chromium.org2012-12-041-4/+4
* cc: Move --num-raster-threads setting to LayerTreeSettings.reveman@chromium.org2012-12-041-1/+4
* [cc] Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-301-1/+7
* cc: Swizzle contents correctly when using impl side painting.reveman@google.com2012-11-301-0/+1
* Revert 170274 - Track the rendering & painting cost of impl-side painting.tbreisacher@chromium.org2012-11-291-7/+1
* Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-291-1/+7
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-291-1/+1
* cc: Schedule redraw when tile initialization completes.reveman@google.com2012-11-281-0/+1
* [cc] Add TileManager to LayerTreeHostImplnduca@chromium.org2012-11-281-1/+2
* cc: Implement impl-side rasterization.reveman@google.com2012-11-271-9/+24
* cc: Add PictureLayerTilingSet to manage PictureLayerTilingenne@chromium.org2012-11-211-3/+3
* First draft of TileManager's tile prioritzation systemnduca@chromium.org2012-11-161-5/+41
* cc: Fix header include guards.tfarina@chromium.org2012-11-111-3/+3
* Introduce Tile Versionsnduca@chromium.org2012-11-101-5/+16
* [cc] Tiles and tile manager for impl side paintingnduca@chromium.org2012-11-081-0/+47