summaryrefslogtreecommitdiffstats
path: root/cc/tile_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-271-0/+3
* Set up V8 bindings for extension/app APIs when they're first used, not oncaseq@google.com2013-02-271-3/+0
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-271-0/+3
* cc: Unify usage of "upload" in TileManagerskyostil@chromium.org2013-02-221-18/+18
* cc: Added more items into RasterTask(Meta)Datavmpstr@chromium.org2013-02-211-19/+22
* cc: Rasterize cheap tiles immediatelyskyostil@chromium.org2013-02-201-32/+24
* Removed two unncessary calls to DidTileTreeBinChangewhunt@chromium.org2013-02-201-9/+4
* avoiding unnecessary float-double conversionswhunt@chromium.org2013-02-191-4/+4
* [cc] Sort tiles based on distance to screen after time, and before content rectnduca@chromium.org2013-02-161-1/+8
* This change adds the rasterize time of tiles labeled NOW_BIN of the pending treeegraether@chromium.org2013-02-151-0/+3
* cc: Updated code to properly serialize tiles to jsonvmpstr@chromium.org2013-02-151-7/+12
* cc: Changed Now to HighResNow in tile manager timingsvmpstr@chromium.org2013-02-151-6/+6
* cc: Check for completed raster tasks at interval.reveman@google.com2013-02-141-5/+14
* cc: Limit the total number of uploads.epenner@chromium.org2013-02-141-1/+5
* changing std::vector to std::set for all_tiles_nduca@chromium.org2013-02-131-16/+13
* [cc] Pass metadata about a tile to the raster system for benchmarksnduca@chromium.org2013-02-131-2/+19
* Added a vector to TileManager to explicitly track live or allocated tiles.nduca@chromium.org2013-02-131-96/+82
* [cc] Only NOW-binned tiles should contribute to over-memory accountingnduca@chromium.org2013-02-121-5/+8
* [cc] Dont throw away tiles that stop movingnduca@chromium.org2013-02-121-3/+0
* [cc] Trace detailed tile info when --trace-all-rendered-framesnduca@chromium.org2013-02-121-2/+62
* cc: Fix tile manager shutdown by aborting all pending uploads.reveman@google.com2013-02-121-1/+23
* Made uses of numeric_limits::max and numeric_limits::infinity consistentwhunt@chromium.org2013-02-121-1/+1
* cc: Make recordRenderingStats on TileManager toggleableegraether@chromium.org2013-02-081-3/+10
* Improve sorting performance with an explicit live-tile sift passnduca@chromium.org2013-02-061-1/+33
* [cc] Show total budget in HUDnduca@chromium.org2013-02-061-0/+2
* cc: Add cheapness predictor success histogramvmpstr@chromium.org2013-02-061-15/+64
* cc: Pass totalPixelsRasterized instead of RenderingStats to picture pile rastervmpstr@chromium.org2013-02-051-1/+5
* Revert 180811brianderson@chromium.org2013-02-051-40/+15
* Creates a live_tile_ list that manages live tiles.whunt@chromium.org2013-02-051-15/+40
* Add picture pile raster times histogramvmpstr@chromium.org2013-02-041-0/+17
* [cc] Show GPU memory usage and overage below FPS counternduca@chromium.org2013-02-021-4/+8
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-021-15/+1
* cc: Avoid expensive RenderingStats collection.danakj@chromium.org2013-02-021-11/+22
* cc: Run raster task completion callbacks during worker pool shutdown.reveman@chromium.org2013-01-311-8/+36
* Revert 179770jochen@chromium.org2013-01-311-1/+15
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-311-15/+1
* cc: Limit the set of tiles updated each frameenne@chromium.org2013-01-291-11/+6
* cc: Remove unused 'time to ideal resolution' fieldenne@chromium.org2013-01-291-4/+4
* cc: Fix RasterWorkerPool shutdown crash.reveman@chromium.org2013-01-291-0/+3
* [cc] Add tracing for tree activation statenduca@chromium.org2013-01-281-7/+75
* cc: Prevent tree activation hang when out of memory.reveman@chromium.org2013-01-281-11/+112
* cc: Make sure tile manager doesn't accidentally become idle when throttling r...reveman@chromium.org2013-01-271-0/+2
* cc: Throttle raster tasks when we become upload bound.epenner@chromium.org2013-01-261-5/+31
* cc: Always use tile priority of both trees when determining if a tile should ...reveman@chromium.org2013-01-251-11/+21
* Bucket currently visible NON_IDEAL_RESOLUTION tiles tiles into NOW_BINjamesr@chromium.org2013-01-251-3/+3
* cc: Allow sparse impl-side painting tilingsenne@chromium.org2013-01-241-2/+4
* cc: Add tile count as a trace counterenne@chromium.org2013-01-241-0/+1
* cc: Fix inappropriate use of term "texture".reveman@chromium.org2013-01-231-2/+2
* cc: Add "new content takes priority" setting to GlobalStateThatImpactsTilePri...reveman@chromium.org2013-01-211-6/+13
* cc: Redraw incomplete frames when new texture uploads finishbrianderson@chromium.org2013-01-181-2/+6