summaryrefslogtreecommitdiffstats
path: root/cc/tile_manager.h
Commit message (Expand)AuthorAgeFilesLines
* [cc] Sort tiles based on distance to screen after time, and before content rectnduca@chromium.org2013-02-161-0/+1
* cc: Check for completed raster tasks at interval.reveman@google.com2013-02-141-3/+11
* changing std::vector to std::set for all_tiles_nduca@chromium.org2013-02-131-1/+3
* [cc] Pass metadata about a tile to the raster system for benchmarksnduca@chromium.org2013-02-131-0/+7
* Added a vector to TileManager to explicitly track live or allocated tiles.nduca@chromium.org2013-02-131-4/+5
* [cc] Trace detailed tile info when --trace-all-rendered-framesnduca@chromium.org2013-02-121-1/+7
* cc: Fix tile manager shutdown by aborting all pending uploads.reveman@google.com2013-02-121-0/+1
* cc: Make recordRenderingStats on TileManager toggleableegraether@chromium.org2013-02-081-1/+1
* cc: Add cheapness predictor success histogramvmpstr@chromium.org2013-02-061-2/+14
* Revert 180811brianderson@chromium.org2013-02-051-2/+1
* Creates a live_tile_ list that manages live tiles.whunt@chromium.org2013-02-051-1/+2
* [cc] Show GPU memory usage and overage below FPS counternduca@chromium.org2013-02-021-0/+4
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-021-2/+11
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-1/+3
* cc: Run raster task completion callbacks during worker pool shutdown.reveman@chromium.org2013-01-311-0/+8
* Revert 179770jochen@chromium.org2013-01-311-11/+2
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-311-2/+11
* [cc] Add tracing for tree activation statenduca@chromium.org2013-01-281-2/+9
* cc: Prevent tree activation hang when out of memory.reveman@chromium.org2013-01-281-1/+17
* cc: Throttle raster tasks when we become upload bound.epenner@chromium.org2013-01-261-0/+2
* cc: Always use tile priority of both trees when determining if a tile should ...reveman@chromium.org2013-01-251-1/+7
* cc: Fix inappropriate use of term "texture".reveman@chromium.org2013-01-231-1/+1
* 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