|
cc: Renaming Rasterizer and RasterWorkerPool interfaces
We're planning to add a new Rasterizer interface to abstract some differences between GPU (Ganesh) and Software rasterization.
The old Rasterizer and RasterWorkerPool interfaces will be renamed to TileTaskRunner and TileTaskWorkerPool, to clarify they are not the actual rasterizers.
BUG= 440188
Committed: https://crrev.com/a30e1eaf6130dab71bc4db5bfea72049203b1000
Cr-Commit-Position: refs/heads/master@{#307517}
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1256 lines, -5037 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
|
8 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
|
6 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
cc/cc_tests.gyp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/debug/rasterize_and_record_benchmark_impl.cc
|
View
|
1
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/resources/bitmap_raster_worker_pool.h
|
View
|
1
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
M |
cc/resources/bitmap_raster_worker_pool.cc
|
View
|
1
|
1 chunk |
+0 lines, -206 lines |
0 comments
|
Download
|
 |
A |
cc/resources/bitmap_tile_task_worker_pool.h
|
View
|
1
2
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/bitmap_tile_task_worker_pool.cc
|
View
|
1
|
6 chunks |
+52 lines, -57 lines |
0 comments
|
Download
|
 |
M |
cc/resources/gpu_raster_worker_pool.h
|
View
|
1
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
cc/resources/gpu_raster_worker_pool.cc
|
View
|
1
|
1 chunk |
+0 lines, -256 lines |
0 comments
|
Download
|
 |
A |
cc/resources/gpu_tile_task_worker_pool.h
|
View
|
1
2
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/gpu_tile_task_worker_pool.cc
|
View
|
1
|
7 chunks |
+55 lines, -66 lines |
0 comments
|
Download
|
 |
M |
cc/resources/managed_tile_state.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/one_copy_raster_worker_pool.h
|
View
|
1
|
1 chunk |
+0 lines, -141 lines |
0 comments
|
Download
|
 |
M |
cc/resources/one_copy_raster_worker_pool.cc
|
View
|
1
|
1 chunk |
+0 lines, -506 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/one_copy_tile_task_worker_pool.h
|
View
|
1
2
|
6 chunks |
+29 lines, -29 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/one_copy_tile_task_worker_pool.cc
|
View
|
1
|
17 chunks |
+73 lines, -88 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_pile.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.h
|
View
|
1
|
1 chunk |
+0 lines, -140 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.cc
|
View
|
1
|
1 chunk |
+0 lines, -749 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/pixel_buffer_tile_task_worker_pool.h
|
View
|
1
2
|
6 chunks |
+30 lines, -30 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/pixel_buffer_tile_task_worker_pool.cc
|
View
|
1
|
29 chunks |
+103 lines, -126 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.h
|
View
|
1
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.cc
|
View
|
1
|
1 chunk |
+0 lines, -266 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool_perftest.cc
|
View
|
1
|
1 chunk |
+0 lines, -533 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -410 lines |
0 comments
|
Download
|
 |
D |
cc/resources/rasterizer.h
|
View
|
|
1 chunk |
+0 lines, -168 lines |
0 comments
|
Download
|
 |
D |
cc/resources/rasterizer.cc
|
View
|
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.h
|
View
|
1
2
|
8 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
1
2
|
16 chunks |
+32 lines, -34 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager_perftest.cc
|
View
|
1
2
|
4 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/tile_task_runner.h
|
View
|
1
|
6 chunks |
+31 lines, -30 lines |
2 comments
|
Download
|
 |
A |
cc/resources/tile_task_runner.cc
|
View
|
1
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/tile_task_worker_pool.h
|
View
|
1
2
|
3 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/tile_task_worker_pool.cc
|
View
|
1
|
8 chunks |
+66 lines, -69 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/tile_task_worker_pool_perftest.cc
|
View
|
1
2
|
14 chunks |
+131 lines, -162 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/tile_task_worker_pool_unittest.cc
|
View
|
1
2
|
19 chunks |
+81 lines, -103 lines |
0 comments
|
Download
|
 |
M |
cc/resources/zero_copy_raster_worker_pool.h
|
View
|
1
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
M |
cc/resources/zero_copy_raster_worker_pool.cc
|
View
|
1
|
1 chunk |
+0 lines, -211 lines |
0 comments
|
Download
|
 |
A |
cc/resources/zero_copy_tile_task_worker_pool.h
|
View
|
1
2
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
cc/resources/zero_copy_tile_task_worker_pool.cc
|
View
|
1
|
6 chunks |
+50 lines, -55 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager.cc
|
View
|
|
5 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_pixel_resource_test.h
|
View
|
1
|
2 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_pixel_resource_test.cc
|
View
|
1
2
|
9 chunks |
+37 lines, -47 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_test.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/layer_tree_test.cc
|
View
|
1
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/test/pixel_test.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
|
9 chunks |
+30 lines, -34 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 16 (4 generated)
|