Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Issue 807233002: cc: GPU rasterize tiles synchronously in PrepareToDraw. (Closed)

Created:
6 years ago by vmiura
Modified:
6 years ago
Reviewers:
hendrikw, ernstm, vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: GPU rasterize tiles synchronously in PrepareToDraw. BUG=

Patch Set 1 #

Patch Set 2 : Fix bad merge in AssignGPUMemoryToTiles. #

Patch Set 3 : Get unit tests to build and run. #

Patch Set 4 : Missed 2 lines when splitting this from patch 743023002. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+657 lines, -145 lines) Patch
M cc/BUILD.gn View 2 chunks +6 lines, -0 lines 0 comments Download
M cc/cc.gyp View 2 chunks +6 lines, -0 lines 0 comments Download
M cc/debug/frame_viewer_instrumentation.h View 2 chunks +4 lines, -49 lines 0 comments Download
A cc/debug/frame_viewer_instrumentation.cc View 1 chunk +66 lines, -0 lines 0 comments Download
A cc/resources/gpu_rasterizer.h View 1 chunk +55 lines, -0 lines 0 comments Download
A cc/resources/gpu_rasterizer.cc View 1 1 chunk +156 lines, -0 lines 0 comments Download
M cc/resources/gpu_tile_task_worker_pool.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/gpu_tile_task_worker_pool.cc View 4 chunks +18 lines, -37 lines 0 comments Download
A cc/resources/rasterizer.h View 1 chunk +42 lines, -0 lines 0 comments Download
A cc/resources/software_rasterizer.h View 1 chunk +34 lines, -0 lines 0 comments Download
A cc/resources/software_rasterizer.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M cc/resources/tile.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/resources/tile_manager.h View 7 chunks +22 lines, -7 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 2 3 13 chunks +143 lines, -35 lines 0 comments Download
M cc/resources/tile_task_worker_pool_unittest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_tile_manager.cc View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M cc/test/layer_tree_pixel_resource_test.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 1 2 7 chunks +18 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 4 chunks +6 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 3 12 chunks +33 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
vmiura
I added the "Rasterizer" parts to get cc_unittests to build and run. The TileTaskWorkerPoolTest TILE_TASK_WORKER_POOL_TYPE_GPU ...
6 years ago (2014-12-16 22:09:20 UTC) #2
vmiura
6 years ago (2014-12-24 00:17:06 UTC) #3
Message was sent while issue was closed.
Closing, as superceded by https://codereview.chromium.org/820743002/.

Powered by Google App Engine
This is Rietveld 408576698