index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
tile_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit trace events during layer update and tile rasterization that are process...
caseq@google.com
2013-02-27
1
-0
/
+3
*
Set up V8 bindings for extension/app APIs when they're first used, not on
caseq@google.com
2013-02-27
1
-3
/
+0
*
Emit trace events during layer update and tile rasterization that are process...
caseq@google.com
2013-02-27
1
-0
/
+3
*
cc: Unify usage of "upload" in TileManager
skyostil@chromium.org
2013-02-22
1
-18
/
+18
*
cc: Added more items into RasterTask(Meta)Data
vmpstr@chromium.org
2013-02-21
1
-19
/
+22
*
cc: Rasterize cheap tiles immediately
skyostil@chromium.org
2013-02-20
1
-32
/
+24
*
Removed two unncessary calls to DidTileTreeBinChange
whunt@chromium.org
2013-02-20
1
-9
/
+4
*
avoiding unnecessary float-double conversions
whunt@chromium.org
2013-02-19
1
-4
/
+4
*
[cc] Sort tiles based on distance to screen after time, and before content rect
nduca@chromium.org
2013-02-16
1
-1
/
+8
*
This change adds the rasterize time of tiles labeled NOW_BIN of the pending tree
egraether@chromium.org
2013-02-15
1
-0
/
+3
*
cc: Updated code to properly serialize tiles to json
vmpstr@chromium.org
2013-02-15
1
-7
/
+12
*
cc: Changed Now to HighResNow in tile manager timings
vmpstr@chromium.org
2013-02-15
1
-6
/
+6
*
cc: Check for completed raster tasks at interval.
reveman@google.com
2013-02-14
1
-5
/
+14
*
cc: Limit the total number of uploads.
epenner@chromium.org
2013-02-14
1
-1
/
+5
*
changing std::vector to std::set for all_tiles_
nduca@chromium.org
2013-02-13
1
-16
/
+13
*
[cc] Pass metadata about a tile to the raster system for benchmarks
nduca@chromium.org
2013-02-13
1
-2
/
+19
*
Added a vector to TileManager to explicitly track live or allocated tiles.
nduca@chromium.org
2013-02-13
1
-96
/
+82
*
[cc] Only NOW-binned tiles should contribute to over-memory accounting
nduca@chromium.org
2013-02-12
1
-5
/
+8
*
[cc] Dont throw away tiles that stop moving
nduca@chromium.org
2013-02-12
1
-3
/
+0
*
[cc] Trace detailed tile info when --trace-all-rendered-frames
nduca@chromium.org
2013-02-12
1
-2
/
+62
*
cc: Fix tile manager shutdown by aborting all pending uploads.
reveman@google.com
2013-02-12
1
-1
/
+23
*
Made uses of numeric_limits::max and numeric_limits::infinity consistent
whunt@chromium.org
2013-02-12
1
-1
/
+1
*
cc: Make recordRenderingStats on TileManager toggleable
egraether@chromium.org
2013-02-08
1
-3
/
+10
*
Improve sorting performance with an explicit live-tile sift pass
nduca@chromium.org
2013-02-06
1
-1
/
+33
*
[cc] Show total budget in HUD
nduca@chromium.org
2013-02-06
1
-0
/
+2
*
cc: Add cheapness predictor success histogram
vmpstr@chromium.org
2013-02-06
1
-15
/
+64
*
cc: Pass totalPixelsRasterized instead of RenderingStats to picture pile raster
vmpstr@chromium.org
2013-02-05
1
-1
/
+5
*
Revert 180811
brianderson@chromium.org
2013-02-05
1
-40
/
+15
*
Creates a live_tile_ list that manages live tiles.
whunt@chromium.org
2013-02-05
1
-15
/
+40
*
Add picture pile raster times histogram
vmpstr@chromium.org
2013-02-04
1
-0
/
+17
*
[cc] Show GPU memory usage and overage below FPS counter
nduca@chromium.org
2013-02-02
1
-4
/
+8
*
A host of micro-optimizations and a refactor of TimeForBoundsToIntersect
whunt@chromium.org
2013-02-02
1
-15
/
+1
*
cc: Avoid expensive RenderingStats collection.
danakj@chromium.org
2013-02-02
1
-11
/
+22
*
cc: Run raster task completion callbacks during worker pool shutdown.
reveman@chromium.org
2013-01-31
1
-8
/
+36
*
Revert 179770
jochen@chromium.org
2013-01-31
1
-1
/
+15
*
A host of micro-optimizations and a refactor of TimeForBoundsToIntersect
whunt@chromium.org
2013-01-31
1
-15
/
+1
*
cc: Limit the set of tiles updated each frame
enne@chromium.org
2013-01-29
1
-11
/
+6
*
cc: Remove unused 'time to ideal resolution' field
enne@chromium.org
2013-01-29
1
-4
/
+4
*
cc: Fix RasterWorkerPool shutdown crash.
reveman@chromium.org
2013-01-29
1
-0
/
+3
*
[cc] Add tracing for tree activation state
nduca@chromium.org
2013-01-28
1
-7
/
+75
*
cc: Prevent tree activation hang when out of memory.
reveman@chromium.org
2013-01-28
1
-11
/
+112
*
cc: Make sure tile manager doesn't accidentally become idle when throttling r...
reveman@chromium.org
2013-01-27
1
-0
/
+2
*
cc: Throttle raster tasks when we become upload bound.
epenner@chromium.org
2013-01-26
1
-5
/
+31
*
cc: Always use tile priority of both trees when determining if a tile should ...
reveman@chromium.org
2013-01-25
1
-11
/
+21
*
Bucket currently visible NON_IDEAL_RESOLUTION tiles tiles into NOW_BIN
jamesr@chromium.org
2013-01-25
1
-3
/
+3
*
cc: Allow sparse impl-side painting tilings
enne@chromium.org
2013-01-24
1
-2
/
+4
*
cc: Add tile count as a trace counter
enne@chromium.org
2013-01-24
1
-0
/
+1
*
cc: Fix inappropriate use of term "texture".
reveman@chromium.org
2013-01-23
1
-2
/
+2
*
cc: Add "new content takes priority" setting to GlobalStateThatImpactsTilePri...
reveman@chromium.org
2013-01-21
1
-6
/
+13
*
cc: Redraw incomplete frames when new texture uploads finish
brianderson@chromium.org
2013-01-18
1
-2
/
+6
[next]