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

Issue 1477593002: gpu: Initial implementation of CommitOverlayPlanes (Closed)

Created:
5 years ago by watk
Modified:
5 years ago
Reviewers:
*piman, nasko, ccameron
CC:
chromium-reviews, ozone-reviews_chromium.org, jam, darin-cc_chromium.org, piman+watch_chromium.org, kalyank, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@add-cop-command
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu: Initial implementation of CommitOverlayPlanes * Add ContextSupport::CommitOverlayPlanes to mirror Swap and PartialSwapBuffers. * Implement GLES2Implementation::CommitOverlayPlanes(CHROMIUM) similarly to SwapBuffers. * Add to GLSurface: SupportsCommitOverlayPlanes, CommitOverlayPlanes, and CommitOverlayPlanesAsync for symmetry with SwapBuffers. * Implement PassThroughImageTransportSurface::CommitOverlayPlanes to collect latency info like it does for SwapBuffers. BUG=560592 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/cdb42a6a0a4ad22ab61ae0c4054fcba1568a5b4a Cr-Commit-Position: refs/heads/master@{#362314}

Patch Set 1 #

Patch Set 2 : typo #

Total comments: 4

Patch Set 3 : Rebase only #

Patch Set 4 : Remove NativeViewGLSurfaceEGL changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -7 lines) Patch
M cc/test/test_context_support.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/test_context_support.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/image_transport_surface.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/common/gpu/image_transport_surface.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/context_support.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 2 chunks +17 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 5 chunks +12 lines, -2 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits_multi.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_surface.h View 4 chunks +21 lines, -1 line 0 comments Download
M ui/gl/gl_surface.cc View 3 chunks +27 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 16 (5 generated)
watk
Hey piman, ccameron: here's the next step for plumbing CommitOverlayPlanes through. After this I'll have ...
5 years ago (2015-11-25 01:33:45 UTC) #3
piman
https://codereview.chromium.org/1477593002/diff/20001/ui/gl/gl_surface_egl.cc File ui/gl/gl_surface_egl.cc (right): https://codereview.chromium.org/1477593002/diff/20001/ui/gl/gl_surface_egl.cc#newcode735 ui/gl/gl_surface_egl.cc:735: return true; This is not right for GLSurfaceOzoneEGL, which ...
5 years ago (2015-11-25 06:49:28 UTC) #4
watk
https://codereview.chromium.org/1477593002/diff/20001/ui/gl/gl_surface_egl.cc File ui/gl/gl_surface_egl.cc (right): https://codereview.chromium.org/1477593002/diff/20001/ui/gl/gl_surface_egl.cc#newcode735 ui/gl/gl_surface_egl.cc:735: return true; On 2015/11/25 06:49:28, piman (slow to review) ...
5 years ago (2015-11-25 21:10:13 UTC) #5
watk
nasko@chromium.org: Please review changes in gpu/ipc
5 years ago (2015-11-25 21:11:26 UTC) #7
piman
lgtm
5 years ago (2015-11-25 23:29:28 UTC) #8
piman
On Wed, Nov 25, 2015 at 1:10 PM, <watk@chromium.org> wrote: > > > https://codereview.chromium.org/1477593002/diff/20001/ui/gl/gl_surface_egl.cc > ...
5 years ago (2015-11-25 23:30:13 UTC) #9
watk
On 2015/11/25 23:30:13, piman (slow to review) wrote: > On Wed, Nov 25, 2015 at ...
5 years ago (2015-11-30 19:46:40 UTC) #10
nasko
LGTM
5 years ago (2015-11-30 23:54:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477593002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477593002/60001
5 years ago (2015-11-30 23:57:50 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-01 01:55:16 UTC) #14
commit-bot: I haz the power
5 years ago (2015-12-01 01:55:59 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/cdb42a6a0a4ad22ab61ae0c4054fcba1568a5b4a
Cr-Commit-Position: refs/heads/master@{#362314}

Powered by Google App Engine
This is Rietveld 408576698