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

Issue 1559893003: Added method to synchronize command buffers within GpuControl. (Closed)

Created:
4 years, 11 months ago by David Yen
Modified:
4 years, 11 months ago
Reviewers:
sky, piman
CC:
chromium-reviews, rjkroege, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, Aaron Boodman, darin-cc_chromium.org, piman+watch_chromium.org, kalyank, danakj+watch_chromium.org, abarth-chromium, ben+mojo_chromium.org, darin (slow to review)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added method to synchronize command buffers within GpuControl. BUG=514815 Committed: https://crrev.com/293de3cbac8d35c1dd6ea0115d087a9b1a607df7 Cr-Commit-Position: refs/heads/master@{#367457}

Patch Set 1 #

Patch Set 2 : Made SynchronizeCommandBuffer pure virtual #

Patch Set 3 : Fix compilation errors #

Total comments: 4

Patch Set 4 : SynchronizeCommandBuffer() -> EnsureWorkVisible() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -1 line) Patch
M components/mus/gles2/command_buffer_local.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/gles2/command_buffer_local.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M gpu/command_buffer/client/client_test_helper.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gpu_control.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/gles2_conform_support/egl/display.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/gles2_conform_support/egl/display.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M mojo/gles2/command_buffer_client_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M mojo/gles2/command_buffer_client_impl.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_command_buffer_proxy.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_command_buffer_proxy.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
David Yen
This CL adds a function so we can send synchronous IPCs using gpu_control. This will ...
4 years, 11 months ago (2016-01-04 23:42:54 UTC) #1
David Yen
This CL adds a function so we can send synchronous IPCs using gpu_control. This will ...
4 years, 11 months ago (2016-01-04 23:43:12 UTC) #3
sky
LGTM
4 years, 11 months ago (2016-01-05 00:02:04 UTC) #4
piman
https://codereview.chromium.org/1559893003/diff/40001/gpu/command_buffer/client/gpu_control.h File gpu/command_buffer/client/gpu_control.h (right): https://codereview.chromium.org/1559893003/diff/40001/gpu/command_buffer/client/gpu_control.h#newcode96 gpu/command_buffer/client/gpu_control.h:96: virtual void SynchronizeCommandBuffer() = 0; Sorry for the bikeshed, ...
4 years, 11 months ago (2016-01-05 00:28:38 UTC) #5
David Yen
https://codereview.chromium.org/1559893003/diff/40001/gpu/command_buffer/client/gpu_control.h File gpu/command_buffer/client/gpu_control.h (right): https://codereview.chromium.org/1559893003/diff/40001/gpu/command_buffer/client/gpu_control.h#newcode96 gpu/command_buffer/client/gpu_control.h:96: virtual void SynchronizeCommandBuffer() = 0; On 2016/01/05 00:28:38, piman ...
4 years, 11 months ago (2016-01-05 00:47:51 UTC) #6
piman
LGTM, thanks!
4 years, 11 months ago (2016-01-05 01:00:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1559893003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1559893003/60001
4 years, 11 months ago (2016-01-05 01:05:26 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-05 02:08:15 UTC) #11
commit-bot: I haz the power
4 years, 11 months ago (2016-01-05 02:09:13 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/293de3cbac8d35c1dd6ea0115d087a9b1a607df7
Cr-Commit-Position: refs/heads/master@{#367457}

Powered by Google App Engine
This is Rietveld 408576698