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

Issue 17504006: GPU process clients can perform a "shallow" finish. (Closed)

Created:
7 years, 6 months ago by apatrick_chromium
Modified:
7 years, 6 months ago
Reviewers:
piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam, apatrick_chromium
Visibility:
Public.

Description

The semantics of shallow finish are to block until the GPU process has issued all prior GL commands, without necessarily waiting for the GPU to complete them. It might have better performance than a regular finish in some cases. It is also less likely to hang if the GPU hangs on some platforms, such as Windows. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207985

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -27 lines) Patch
M content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 2 chunks +14 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 4 chunks +10 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 2 chunks +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 2 chunks +10 lines, -5 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 2 chunks +2 lines, -1 line 0 comments Download
M webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
apatrick_chromium
Patch set #1 is interesting too. I commented out all the Finish usage in cc ...
7 years, 6 months ago (2013-06-21 00:15:04 UTC) #1
piman
On 2013/06/21 00:15:04, apatrick_chromium wrote: > Patch set #1 is interesting too. I commented out ...
7 years, 6 months ago (2013-06-21 00:48:55 UTC) #2
piman
https://codereview.chromium.org/17504006/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/17504006/diff/1/cc/output/gl_renderer.cc#newcode2346 cc/output/gl_renderer.cc:2346: // Can this be a flush? It can't because ...
7 years, 6 months ago (2013-06-21 02:31:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apatrick@chromium.org/17504006/29001
7 years, 6 months ago (2013-06-21 18:19:46 UTC) #4
commit-bot: I haz the power
7 years, 6 months ago (2013-06-22 00:59:38 UTC) #5
Message was sent while issue was closed.
Change committed as 207985

Powered by Google App Engine
This is Rietveld 408576698