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

Issue 2440093003: WIP GPU scheduler + delayed activation / tile draw

Created:
4 years, 1 month ago by sunnyps
Modified:
4 years ago
Reviewers:
CC:
chromium-reviews, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, kalyank, cc-bugs_chromium.org, danakj+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP GPU scheduler + delayed activation / tile draw BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : gpu: GPU service scheduler. #

Patch Set 4 : gpu: GPU service scheduler. #

Patch Set 5 : WIP #

Patch Set 6 : SignalSyncToken -> IsFenceSyncReleased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1818 lines, -606 lines) Patch
M cc/raster/bitmap_raster_buffer_provider.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/bitmap_raster_buffer_provider.cc View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
M cc/raster/gpu_raster_buffer_provider.h View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download
M cc/raster/gpu_raster_buffer_provider.cc View 1 2 3 4 5 4 chunks +33 lines, -4 lines 0 comments Download
M cc/raster/one_copy_raster_buffer_provider.h View 1 2 3 4 5 3 chunks +5 lines, -2 lines 0 comments Download
M cc/raster/one_copy_raster_buffer_provider.cc View 1 2 3 4 5 4 chunks +34 lines, -5 lines 0 comments Download
M cc/raster/raster_buffer_provider.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M cc/raster/zero_copy_raster_buffer_provider.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M cc/raster/zero_copy_raster_buffer_provider.cc View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
M cc/resources/resource_provider.h View 1 2 3 4 5 5 chunks +10 lines, -1 line 0 comments Download
M cc/resources/resource_provider.cc View 1 2 3 4 5 2 chunks +21 lines, -1 line 0 comments Download
M cc/test/fake_raster_buffer_provider.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/fake_raster_buffer_provider.cc View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
M cc/tiles/tile_draw_info.h View 1 5 chunks +19 lines, -4 lines 0 comments Download
M cc/tiles/tile_draw_info.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/tiles/tile_manager.h View 1 2 3 4 5 4 chunks +14 lines, -0 lines 0 comments Download
M cc/tiles/tile_manager.cc View 1 2 3 4 5 13 chunks +118 lines, -12 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/context_provider_factory_impl_android.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu_host_messages.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/gpu_utils.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/pepper/ppb_graphics_3d_impl.cc View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/client_test_helper.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/client_test_helper.cc View 1 2 3 4 5 4 chunks +17 lines, -21 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.h View 1 2 3 4 5 3 chunks +2 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.cc View 1 2 3 4 5 10 chunks +16 lines, -11 lines 0 comments Download
M gpu/command_buffer/client/context_support.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gpu_control.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/command_buffer.h View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_mock.h View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A gpu/command_buffer/common/preemption_flag.h View 1 chunk +32 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/sync_token.h View 2 chunks +7 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.h View 1 2 3 4 5 3 chunks +6 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 1 2 3 4 5 4 chunks +18 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/command_executor.h View 4 chunks +6 lines, -24 lines 0 comments Download
M gpu/command_buffer/service/command_executor.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/gpu_preferences.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/gles2_conform_support/egl/context.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/gles2_conform_support/egl/context.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/ipc/client/command_buffer_proxy_impl.h View 1 2 3 4 5 4 chunks +12 lines, -4 lines 0 comments Download
M gpu/ipc/client/command_buffer_proxy_impl.cc View 1 2 3 4 5 23 chunks +111 lines, -26 lines 0 comments Download
M gpu/ipc/common/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/common/gpu_stream_constants.h View 1 2 1 chunk +6 lines, -1 line 0 comments Download
A gpu/ipc/common/gpu_stream_constants.cc View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M gpu/ipc/in_process_command_buffer.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/ipc/in_process_command_buffer.cc View 1 2 3 4 5 3 chunks +12 lines, -3 lines 0 comments Download
M gpu/ipc/service/BUILD.gn View 1 2 3 4 3 chunks +4 lines, -0 lines 0 comments Download
M gpu/ipc/service/gpu_channel.h View 1 2 3 4 20 chunks +90 lines, -82 lines 0 comments Download
M gpu/ipc/service/gpu_channel.cc View 1 2 3 4 24 chunks +309 lines, -248 lines 0 comments Download
M gpu/ipc/service/gpu_channel_manager.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M gpu/ipc/service/gpu_channel_manager.cc View 1 2 3 4 8 chunks +17 lines, -17 lines 0 comments Download
M gpu/ipc/service/gpu_channel_test_common.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/service/gpu_channel_test_common.cc View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M gpu/ipc/service/gpu_channel_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.h View 1 2 3 4 5 5 chunks +14 lines, -7 lines 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.cc View 1 2 3 4 5 24 chunks +65 lines, -71 lines 0 comments Download
A gpu/ipc/service/gpu_command_stream.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A gpu/ipc/service/gpu_scheduler.h View 1 2 1 chunk +114 lines, -0 lines 0 comments Download
A gpu/ipc/service/gpu_scheduler.cc View 1 2 3 1 chunk +194 lines, -0 lines 0 comments Download
A gpu/ipc/service/gpu_scheduler_unittest.cc View 1 chunk +309 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_command_buffer_proxy.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M ppapi/proxy/ppapi_command_buffer_proxy.cc View 1 2 3 4 5 4 chunks +21 lines, -20 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698