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

Issue 2968503003: Allow presenting DXGI share handles as overlays. (Closed)

Created:
3 years, 5 months ago by jbauman
Modified:
3 years, 5 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow presenting DXGI share handles as overlays. Create a new type of GLImage representing an NV12 DXGI share handle (and array level) and support displaying it in an overlay. BUG=729238 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2968503003 Cr-Original-Commit-Position: refs/heads/master@{#485701} Committed: https://chromium.googlesource.com/chromium/src/+/fc666dc7bc9d5141a6457ee08b0004c705463140 Review-Url: https://codereview.chromium.org/2968503003 Cr-Commit-Position: refs/heads/master@{#488354} Committed: https://chromium.googlesource.com/chromium/src/+/c4700d5a444904d53a5b576ff3cfb7fcff55890e

Patch Set 1 #

Patch Set 2 : fix dxva #

Patch Set 3 : fix build #

Total comments: 1

Patch Set 4 : add comment #

Total comments: 1

Patch Set 5 : change cast #

Patch Set 6 : rebase #

Patch Set 7 : fix keyed mutex usage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -44 lines) Patch
M gpu/ipc/service/direct_composition_surface_win.cc View 1 2 3 4 5 6 4 chunks +24 lines, -2 lines 0 comments Download
M gpu/ipc/service/direct_composition_surface_win_unittest.cc View 5 chunks +58 lines, -3 lines 0 comments Download
M media/gpu/dxva_picture_buffer_win.cc View 1 2 3 4 3 chunks +6 lines, -7 lines 0 comments Download
M ui/gl/gl_image_dxgi.h View 1 2 3 4 5 6 4 chunks +39 lines, -9 lines 0 comments Download
M ui/gl/gl_image_dxgi.cc View 1 2 3 4 5 6 2 chunks +66 lines, -23 lines 0 comments Download

Messages

Total messages: 46 (35 generated)
jbauman
3 years, 5 months ago (2017-07-06 22:26:41 UTC) #16
sunnyps
I'm a bit confused about how these images will be shared. The code in DirectCompositionSurface ...
3 years, 5 months ago (2017-07-11 00:52:52 UTC) #17
jbauman
On 2017/07/11 00:52:52, sunnyps wrote: > I'm a bit confused about how these images will ...
3 years, 5 months ago (2017-07-11 01:48:51 UTC) #18
sunnyps
lgtm % nit https://codereview.chromium.org/2968503003/diff/40001/gpu/ipc/service/direct_composition_surface_win.cc File gpu/ipc/service/direct_composition_surface_win.cc (right): https://codereview.chromium.org/2968503003/diff/40001/gpu/ipc/service/direct_composition_surface_win.cc#newcode622 gpu/ipc/service/direct_composition_surface_win.cc:622: if (keyed_mutex) { nit: Can you ...
3 years, 5 months ago (2017-07-11 01:56:29 UTC) #19
jbauman
sandersd@, media/gpu OWNERS review.
3 years, 5 months ago (2017-07-11 03:46:44 UTC) #23
sandersd (OOO until July 31)
media/ lgtm. https://codereview.chromium.org/2968503003/diff/60001/media/gpu/dxva_picture_buffer_win.cc File media/gpu/dxva_picture_buffer_win.cc (right): https://codereview.chromium.org/2968503003/diff/60001/media/gpu/dxva_picture_buffer_win.cc#newcode650 media/gpu/dxva_picture_buffer_win.cc:650: static_cast<gl::GLImageDXGI*>(gl_image_.get()); Cast directly to CopyingGLImageDXGI here?
3 years, 5 months ago (2017-07-11 17:47:03 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2968503003/80001
3 years, 5 months ago (2017-07-11 19:24:59 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/fc666dc7bc9d5141a6457ee08b0004c705463140
3 years, 5 months ago (2017-07-11 22:32:07 UTC) #34
jbauman
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2981713002/ by jbauman@chromium.org. ...
3 years, 5 months ago (2017-07-12 22:07:36 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2968503003/120001
3 years, 5 months ago (2017-07-20 19:29:28 UTC) #43
commit-bot: I haz the power
3 years, 5 months ago (2017-07-20 19:36:43 UTC) #46
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/c4700d5a444904d53a5b576ff3cf...

Powered by Google App Engine
This is Rietveld 408576698