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

Issue 2761153002: Ignore custom offscreen surface unless explicitly opted in (Closed)

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

Description

Ignore custom offscreen surface attributes unless explicitly opted in The "own offscreen surface" support intended for use by WebGL contexts as used by WebVR was unexpectedly getting activated for NaCl plugins, causing issues because the Ozone surface factory doesn't implement custom formats. WebGL contexts normally didn't set the attributes since they do all drawing in a separate FBO. To avoid this, add a new own_offscreen_surface attribute to make the new behavior explicitly opt-in. BUG=699664 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/2761153002 Cr-Commit-Position: refs/heads/master@{#458542} Committed: https://chromium.googlesource.com/chromium/src/+/f8a6edb9c516c335cac49f3aa1b941a6f9ca52bb

Patch Set 1 #

Total comments: 1

Patch Set 2 : Make "own offscreen surface" support explicit with its own attribute. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -14 lines) Patch
M content/renderer/renderer_blink_platform_impl.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 1 2 chunks +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/common/gpu_command_buffer_traits_multi.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.cc View 1 1 chunk +22 lines, -13 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
klausw
3 years, 9 months ago (2017-03-21 00:28:51 UTC) #4
jbauman
https://codereview.chromium.org/2761153002/diff/1/gpu/ipc/service/gpu_command_buffer_stub.cc File gpu/ipc/service/gpu_command_buffer_stub.cc (right): https://codereview.chromium.org/2761153002/diff/1/gpu/ipc/service/gpu_command_buffer_stub.cc#newcode662 gpu/ipc/service/gpu_command_buffer_stub.cc:662: // features. For now, continue ignoring the attributes for ...
3 years, 9 months ago (2017-03-21 00:51:41 UTC) #5
klausw
jbauman@: PTAL, added explicit opt-in attribute. aelias@: Please review changes in renderer_blink_platform_impl.cc dcheng@: Please review ...
3 years, 9 months ago (2017-03-21 02:18:44 UTC) #8
jbauman
lgtm
3 years, 9 months ago (2017-03-21 02:20:22 UTC) #9
dcheng
ipc lgtm
3 years, 9 months ago (2017-03-21 06:42:47 UTC) #10
aelias_OOO_until_Jul13
lgtm
3 years, 9 months ago (2017-03-21 20:05:47 UTC) #13
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/2761153002/20001
3 years, 9 months ago (2017-03-21 20:07:39 UTC) #16
commit-bot: I haz the power
3 years, 9 months ago (2017-03-21 20:55:20 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/f8a6edb9c516c335cac49f3aa1b9...

Powered by Google App Engine
This is Rietveld 408576698